Color Hex Logo

#aac66f Color Hex

#AAC66F
(170,198,111)
0 Favorites   0 Comments

Color spaces of #aac66f

RGB 170198111
HSL0.220.430.61
HSV79°44°78°
CMYK 0.140.000.44   0.22
XYZ39.640950.081922.6164
Yxy50.08190.35290.4458
Hunter Lab70.7686-23.858530.5899
CIE-Lab76.1195-23.497140.3814

#aac66f color RGB value is (170,198,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 01101111
Octal 252 306 157
Decimal 170 198 111
Hex AA C6 6F

RGB Percentages of Color #aac66f

%35.49
%41.34
%23.17

CMYK Percentages of Color #aac66f

%14
%0
%44
%22

Triadic Colors of #aac66f

#aac66f #6faac6 #c66faa

Analogous Colors of #aac66f

#aac66f #7fc66f #c6b76f

Monochromatic Colors of #aac66f

#aac66f

Complementary Color

#aac66f #8b6fc6

#aac66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac66f Color CSS Codes

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

#aac66f Text Font Color

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

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


#aac66f Background Color

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

This div background color is #aac66f


#aac66f Border Color

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

This div border color is #aac66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac66f


Comments

No comments written yet.

Please login to write comment.