COLOR #AAE0AA

HEX: #AAE0AA
RGB: (170,224,170)

Color info

#AAE0AA contains red, green and blue colors in about the same proportion. Web safe color of #AAE0AA is #99CC99 (or #9C9).

RGB color model

#AAE0AA color RGB value is (170,224,170).

  • red value is 170;
  • green value is 224;
  • blue value is 170.
RGB:
(170,224,170)
(67%,88%,67%)

RGB channels and saturation

R 170 of 255 = 67%
G 224 of 255 = 88%
B 170 of 255 = 67%

170
224
170

R + G + B ~ 74%. #AAE0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 224 + 170 = 564 (100%)
R 170 of 564 ~ 30.14%
G 224 of 564 ~ 39.72%
B 170 of 564 ~ 30.14%

%30.14
%39.72
%30.14

CMYK color model

#AAE0AA color CMYK value is (24,0,24,12).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(24,0,24,12)
C24M0Y24K12 
(24%,0%,24%,12%)
(0.24/0.00/0.24/0.12)	

CMYK percentages

%24.11
%0
%24.11
%12.16

Codes

Color #AAE0AA in popluar color models

AAE0AA
RGB170224170
HSL120°46.55%77.25%
HSB/HSV120°24.11%87.84%
CMYK24.11%0.00%24.11%
12.16%

Color #AAE0AA in popluar number systems.

HEXAAE0AA
Decimal170224170
Binary101010101110000010101010
Octal252340252

Shades and tints

Shades of #AAE0AA

#AAE0AA
(170,224,170)
#9BCC9B
(155,204,155)
#8CB88C
(140,184,140)
#7DA47D
(125,164,125)
#6E906E
(110,144,110)
#5F7C5F
(95,124,95)
#506850
(80,104,80)
#415441
(65,84,65)
#324032
(50,64,50)
#232C23
(35,44,35)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AAE0AA

#AAE0AA
(170,224,170)
#B1E2B1
(177,226,177)
#B8E4B8
(184,228,184)
#BFE6BF
(191,230,191)
#C6E8C6
(198,232,198)
#CDEACD
(205,234,205)
#D4ECD4
(212,236,212)
#DBEEDB
(219,238,219)
#E2F0E2
(226,240,226)
#E9F2E9
(233,242,233)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE0AA color. Also use rgb(170,224,170) instead hex code.

Text Font Color

.myTextColor { color: #AAE0AA; }

<p style="color:#AAE0AA">This sample text font color is #AAE0AA.</p>

This text font color is #AAE0AA.


Background Color

.myBgColor { background-color: #AAE0AA; }

<div style="background-color:#AAE0AA">Inner text</div>

This div background color is #AAE0AA.


Border color

.myBorderColor { border: 1px solid #AAE0AA; }

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

This div border color is #AAE0AA.


Opacity

.myOpacity80 { color: #AAE0AA; opacity: 0.8; }

<p style="color:#AAE0AA;opacity:0.8;">80%</p>

Text with #AAE0AA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AAE0AA;}

<p style="text-shadow: 3px 3px 1px #AAE0AA">Text here.</p>

This text has shadow with #AAE0AA color.

.textShadow {text-shadow: 3px 3px 1px #AAE0AA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AAE0AA, 5px 5px 20px red">Text here.</p>

This text has shadow with #AAE0AA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAE0AA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AAE0AA, Direction=45, Strength=4)">Text</p>

This text has shadow with #AAE0AA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AAE0AA;
  -webkit-box-shadow:	1px 1px 3px 2px #AAE0AA;
  box-shadow:		1px 1px 3px 2px #AAE0AA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAE0AA;
-webkit-box-shadow: 1px 1px 3px 2px #AAE0AA;
box-shadow:1px 1px 3px 2px #AAE0AA;">
Div content here</div>
This div box has shadow with color #AAE0AA.

Preview

Color preview on black background

This text has color #AAE0AA on black background.


Color preview on white background

This text has color #AAE0AA on white background.



Black color preview on #AAE0AA background

This text has black color on #AAE0AA background.


White color preview on #AAE0AA background

This text has white color on #AAE0AA background.