Color Hex Logo

#acd99a Color Hex

#ACD99A
(172,217,154)
0 Favorites   0 Comments

Color spaces of #acd99a

RGB 172217154
HSL0.290.450.73
HSV103°29°85°
CMYK 0.210.000.29   0.15
XYZ47.658860.729539.7819
Yxy60.72950.32160.4099
Hunter Lab77.9291-27.211524.2836
CIE-Lab82.2331-26.192126.3886

#acd99a color RGB value is (172,217,154).

#acd99a hex color red value is 172, green value is 217 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #acd99a hue: 0.29 , saturation: 0.45 and the lightness value of acd99a is 0.73.

The process color (four color CMYK) of #acd99a color hex is 0.21, 0.00, 0.29, 0.15. Web safe color of #acd99a is #99cc99. Color #acd99a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 10011010
Octal 254 331 232
Decimal 172 217 154
Hex AC D9 9A

RGB Percentages of Color #acd99a

%31.68
%39.96
%28.36

CMYK Percentages of Color #acd99a

%21
%0
%29
%15

Triadic Colors of #acd99a

#acd99a #9aacd9 #d99aac

Analogous Colors of #acd99a

#acd99a #9ad9a8 #ccd99a

Monochromatic Colors of #acd99a

#acd99a

Complementary Color

#acd99a #c79ad9

#acd99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd99a Color CSS Codes

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

#acd99a Text Font Color

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

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


#acd99a Background Color

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

This div background color is #acd99a


#acd99a Border Color

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

This div border color is #acd99a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,217,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 #acd99a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd99a


Comments

No comments written yet.

Please login to write comment.