COLOR #AAE99D

HEX: #AAE99D
RGB: (170,233,157)

Color info

#AAE99D contains mainly green color. Web safe color of #AAE99D is #99FF99 (or #9F9).

RGB color model

#AAE99D color RGB value is (170,233,157).

  • red value is 170;
  • green value is 233;
  • blue value is 157.
RGB:
(170,233,157)
(67%,91%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 233 of 255 = 91%
B 157 of 255 = 62%

170
233
157

R + G + B ~ 73%. #AAE99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 233 + 157 = 560 (100%)
R 170 of 560 ~ 30.36%
G 233 of 560 ~ 41.61%
B 157 of 560 ~ 28.04%

%30.36
%41.61
%28.04

CMYK color model

#AAE99D color CMYK value is (27,0,33,9).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 8.63%
CMYK:
(27,0,33,9)
C27M0Y33K9 
(27%,0%,33%,9%)
(0.27/0.00/0.33/0.09)	

CMYK percentages

%27.04
%0
%32.62
%8.63

Codes

Color #AAE99D in popluar color models

AAE99D
RGB170233157
HSL110°63.33%76.47%
HSB/HSV110°32.62%91.37%
CMYK27.04%0.00%32.62%
8.63%

Color #AAE99D in popluar number systems.

HEXAAE99D
Decimal170233157
Binary101010101110100110011101
Octal252351235

Shades and tints

Shades of #AAE99D

#AAE99D
(170,233,157)
#9BD48F
(155,212,143)
#8CBF81
(140,191,129)
#7DAA73
(125,170,115)
#6E9565
(110,149,101)
#5F8057
(95,128,87)
#506B49
(80,107,73)
#41563B
(65,86,59)
#32412D
(50,65,45)
#232C1F
(35,44,31)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #AAE99D

#AAE99D
(170,233,157)
#B1EBA5
(177,235,165)
#B8EDAD
(184,237,173)
#BFEFB5
(191,239,181)
#C6F1BD
(198,241,189)
#CDF3C5
(205,243,197)
#D4F5CD
(212,245,205)
#DBF7D5
(219,247,213)
#E2F9DD
(226,249,221)
#E9FBE5
(233,251,229)
#F0FDED
(240,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE99D; }

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

This text font color is #AAE99D.


Background Color

.myBgColor { background-color: #AAE99D; }

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

This div background color is #AAE99D.


Border color

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

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

This div border color is #AAE99D.


Opacity

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

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

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

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

This text has shadow with #AAE99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE99D on black background.


Color preview on white background

This text has color #AAE99D on white background.



Black color preview on #AAE99D background

This text has black color on #AAE99D background.


White color preview on #AAE99D background

This text has white color on #AAE99D background.