Color Hex Logo

#aac79a Color Hex

#AAC79A
(170,199,154)
0 Favorites   0 Comments

Color spaces of #aac79a

RGB 170199154
HSL0.270.290.69
HSV99°23°78°
CMYK 0.150.000.23   0.22
XYZ42.833751.726038.2984
Yxy51.72600.32240.3893
Hunter Lab71.9208-19.552518.7722
CIE-Lab77.1167-18.023719.3670

#aac79a color RGB value is (170,199,154).

#aac79a hex color red value is 170, green value is 199 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aac79a hue: 0.27 , saturation: 0.29 and the lightness value of aac79a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 10011010
Octal 252 307 232
Decimal 170 199 154
Hex AA C7 9A

RGB Percentages of Color #aac79a

%32.50
%38.05
%29.45

CMYK Percentages of Color #aac79a

%15
%0
%23
%22

Triadic Colors of #aac79a

#aac79a #9aaac7 #c79aaa

Analogous Colors of #aac79a

#aac79a #9ac7a1 #c1c79a

Monochromatic Colors of #aac79a

#aac79a

Complementary Color

#aac79a #b79ac7

#aac79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac79a Color CSS Codes

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

#aac79a Text Font Color

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

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


#aac79a Background Color

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

This div background color is #aac79a


#aac79a Border Color

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

This div border color is #aac79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac79a


Comments

No comments written yet.

Please login to write comment.