COLOR #AAE29C

HEX: #AAE29C
RGB: (170,226,156)

Color info

#AAE29C contains mainly red and green colors. Web safe color of #AAE29C is #99CC99 (or #9C9).

RGB color model

#AAE29C color RGB value is (170,226,156).

  • red value is 170;
  • green value is 226;
  • blue value is 156.
RGB:
(170,226,156)
(67%,89%,61%)

RGB channels and saturation

R 170 of 255 = 67%
G 226 of 255 = 89%
B 156 of 255 = 61%

170
226
156

R + G + B ~ 72%. #AAE29C is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 226 + 156 = 552 (100%)
R 170 of 552 ~ 30.8%
G 226 of 552 ~ 40.94%
B 156 of 552 ~ 28.26%

%30.8
%40.94
%28.26

CMYK color model

#AAE29C color CMYK value is (25,0,31,11).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 11.37%
CMYK:
(25,0,31,11)
C25M0Y31K11 
(25%,0%,31%,11%)
(0.25/0.00/0.31/0.11)	

CMYK percentages

%24.78
%0
%30.97
%11.37

Codes

Color #AAE29C in popluar color models

AAE29C
RGB170226156
HSL108°54.69%74.90%
HSB/HSV108°30.97%88.63%
CMYK24.78%0.00%30.97%
11.37%

Color #AAE29C in popluar number systems.

HEXAAE29C
Decimal170226156
Binary101010101110001010011100
Octal252342234

Shades and tints

Shades of #AAE29C

#AAE29C
(170,226,156)
#9BCE8E
(155,206,142)
#8CBA80
(140,186,128)
#7DA672
(125,166,114)
#6E9264
(110,146,100)
#5F7E56
(95,126,86)
#506A48
(80,106,72)
#41563A
(65,86,58)
#32422C
(50,66,44)
#232E1E
(35,46,30)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #AAE29C

#AAE29C
(170,226,156)
#B1E4A5
(177,228,165)
#B8E6AE
(184,230,174)
#BFE8B7
(191,232,183)
#C6EAC0
(198,234,192)
#CDECC9
(205,236,201)
#D4EED2
(212,238,210)
#DBF0DB
(219,240,219)
#E2F2E4
(226,242,228)
#E9F4ED
(233,244,237)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE29C; }

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

This text font color is #AAE29C.


Background Color

.myBgColor { background-color: #AAE29C; }

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

This div background color is #AAE29C.


Border color

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

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

This div border color is #AAE29C.


Opacity

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

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

Text with #AAE29C 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 #AAE29C;}

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

This text has shadow with #AAE29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE29C on black background.


Color preview on white background

This text has color #AAE29C on white background.



Black color preview on #AAE29C background

This text has black color on #AAE29C background.


White color preview on #AAE29C background

This text has white color on #AAE29C background.