Color Hex Logo

#a1d59a Color Hex

#A1D59A
(161,213,154)
0 Favorites   0 Comments

Color spaces of #a1d59a

RGB 161213154
HSL0.310.410.72
HSV113°28°84°
CMYK 0.240.000.28   0.16
XYZ44.324957.498739.3340
Yxy57.49870.31400.4073
Hunter Lab75.8279-28.357322.3242
CIE-Lab80.4593-28.033523.8689

#a1d59a color RGB value is (161,213,154).

#a1d59a hex color red value is 161, green value is 213 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a1d59a hue: 0.31 , saturation: 0.41 and the lightness value of a1d59a is 0.72.

The process color (four color CMYK) of #a1d59a color hex is 0.24, 0.00, 0.28, 0.16. Web safe color of #a1d59a is #99cc99. Color #a1d59a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11010101 10011010
Octal 241 325 232
Decimal 161 213 154
Hex A1 D5 9A

RGB Percentages of Color #a1d59a

%30.49
%40.34
%29.17

CMYK Percentages of Color #a1d59a

%24
%0
%28
%16

Triadic Colors of #a1d59a

#a1d59a #9aa1d5 #d59aa1

Analogous Colors of #a1d59a

#a1d59a #9ad5b1 #bfd59a

Monochromatic Colors of #a1d59a

#a1d59a

Complementary Color

#a1d59a #ce9ad5

#a1d59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1d59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1d59a Color CSS Codes

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

#a1d59a Text Font Color

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

This sample text font color is #a1d59a
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.


#a1d59a Background Color

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

This div background color is #a1d59a


#a1d59a Border Color

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

This div border color is #a1d59a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,213,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1d59a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1d59a;
  -webkit-box-shadow: 1px 1px 3px 2px #a1d59a;
  box-shadow:         1px 1px 3px 2px #a1d59a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,213,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1d59a


Comments

No comments written yet.

Please login to write comment.