Color Hex Logo

#aac66a Color Hex

#AAC66A
(170,198,106)
0 Favorites   0 Comments

Color spaces of #aac66a

RGB 170198106
HSL0.220.450.60
HSV78°46°78°
CMYK 0.140.000.46   0.22
XYZ39.373249.974821.2066
Yxy49.97480.35610.4520
Hunter Lab70.6929-24.294931.6991
CIE-Lab76.0538-24.056742.7822

#aac66a color RGB value is (170,198,106).

#aac66a hex color red value is 170, green value is 198 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aac66a hue: 0.22 , saturation: 0.45 and the lightness value of aac66a is 0.60.

The process color (four color CMYK) of #aac66a color hex is 0.14, 0.00, 0.46, 0.22. Web safe color of #aac66a is #99cc66. Color #aac66a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 01101010
Octal 252 306 152
Decimal 170 198 106
Hex AA C6 6A

RGB Percentages of Color #aac66a

%35.86
%41.77
%22.36

CMYK Percentages of Color #aac66a

%14
%0
%46
%22

Triadic Colors of #aac66a

#aac66a #6aaac6 #c66aaa

Analogous Colors of #aac66a

#aac66a #7cc66a #c6b46a

Monochromatic Colors of #aac66a

#aac66a

Complementary Color

#aac66a #866ac6

#aac66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac66a Color CSS Codes

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

#aac66a Text Font Color

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

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


#aac66a Background Color

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

This div background color is #aac66a


#aac66a Border Color

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

This div border color is #aac66a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,198,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac66a


Comments

No comments written yet.

Please login to write comment.