Color Hex Logo

#aac99a Color Hex

#AAC99A
(170,201,154)
0 Favorites   0 Comments

Color spaces of #aac99a

RGB 170201154
HSL0.280.300.70
HSV100°23°79°
CMYK 0.150.000.23   0.21
XYZ43.296952.652438.4528
Yxy52.65240.32210.3918
Hunter Lab72.5620-20.474519.3738
CIE-Lab77.6693-19.028820.1303

#aac99a color RGB value is (170,201,154).

#aac99a hex color red value is 170, green value is 201 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aac99a hue: 0.28 , saturation: 0.30 and the lightness value of aac99a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001001 10011010
Octal 252 311 232
Decimal 170 201 154
Hex AA C9 9A

RGB Percentages of Color #aac99a

%32.38
%38.29
%29.33

CMYK Percentages of Color #aac99a

%15
%0
%23
%21

Triadic Colors of #aac99a

#aac99a #9aaac9 #c99aaa

Analogous Colors of #aac99a

#aac99a #9ac9a2 #c2c99a

Monochromatic Colors of #aac99a

#aac99a

Complementary Color

#aac99a #b99ac9

#aac99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac99a Color CSS Codes

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

#aac99a Text Font Color

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

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


#aac99a Background Color

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

This div background color is #aac99a


#aac99a Border Color

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

This div border color is #aac99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac99a


Comments

No comments written yet.

Please login to write comment.