color codes Logo

#a5f08a color codes

#A5F08A
(165,240,138)
0 Favorites   0 Comments

Color spaces of #a5f08a

RGB 165240138
HSL0.290.770.74
HSV104°43°94°
CMYK 0.310.000.43   0.06
XYZ51.264672.154535.2700
Yxy72.15450.32310.4547
Hunter Lab84.9438-40.924834.8425
CIE-Lab88.0429-41.458942.0291

#a5f08a color RGB value is (165,240,138).

#a5f08a hex color red value is 165, green value is 240 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a5f08a hue: 0.29 , saturation: 0.77 and the lightness value of a5f08a is 0.74.

The process color (four color CMYK) of #a5f08a color code is 0.31, 0.00, 0.43, 0.06. Web safe color of #a5f08a is #99ff99. Color #a5f08a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11110000 10001010
Octal 245 360 212
Decimal 165 240 138
Hex A5 F0 8A

RGB Percentages of Color #a5f08a

%30.39
%44.20
%25.41

CMYK Percentages of Color #a5f08a

%31
%0
%43
%6

Triadic Colors of #a5f08a

#a5f08a #8aa5f0 #f08aa5

Analogous Colors of #a5f08a

#a5f08a #8af0a2 #d8f08a

Monochromatic Colors of #a5f08a

#a5f08a

Complementary Color

#a5f08a #d58af0

#a5f08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5f08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5f08a Color CSS Codes

.mybgcolor {background-color:#a5f08a; } 
.myforecolor {color:#a5f08a; }
.mybordercolor {border:3px solid #a5f08a; }

#a5f08a Text Font Color

<p style="color:#a5f08a">Text here</p>

This sample text font color is #a5f08a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a5f08a Background Color

<div style="background-color:#a5f08a">
Div content here</div>

This div background color is #a5f08a


#a5f08a Border Color

<div style="border:3px solid #a5f08a">
Div here</div>

This div border color is #a5f08a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,240,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5f08a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5f08a;
  -webkit-box-shadow: 1px 1px 3px 2px #a5f08a;
  box-shadow:         1px 1px 3px 2px #a5f08a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,240,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a5f08a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a5f08a;
  -webkit-box-shadow: 1px 1px 3px 2px #a5f08a;
  box-shadow:         1px 1px 3px 2px #a5f08a;">
Div content here</div>

This div box has shadow with color #a5f08a


Comments

No comments written yet.

Please login to write comment.