COLOR #AAE5AE

HEX: #AAE5AE
RGB: (170,229,174)

Color info

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

RGB color model

#AAE5AE color RGB value is (170,229,174).

  • red value is 170;
  • green value is 229;
  • blue value is 174.
RGB:
(170,229,174)
(67%,90%,68%)

RGB channels and saturation

R 170 of 255 = 67%
G 229 of 255 = 90%
B 174 of 255 = 68%

170
229
174

R + G + B ~ 75%. #AAE5AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 229 + 174 = 573 (100%)
R 170 of 573 ~ 29.67%
G 229 of 573 ~ 39.97%
B 174 of 573 ~ 30.37%

%29.67
%39.97
%30.37

CMYK color model

#AAE5AE color CMYK value is (26,0,24,10).

  • cyan value is 25.76%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 10.20%
CMYK:
(26,0,24,10)
C26M0Y24K10 
(26%,0%,24%,10%)
(0.26/0.00/0.24/0.10)	

CMYK percentages

%25.76
%0
%24.02
%10.2

Codes

Color #AAE5AE in popluar color models

AAE5AE
RGB170229174
HSL124°53.15%78.24%
HSB/HSV124°25.76%89.80%
CMYK25.76%0.00%24.02%
10.20%

Color #AAE5AE in popluar number systems.

HEXAAE5AE
Decimal170229174
Binary101010101110010110101110
Octal252345256

Shades and tints

Shades of #AAE5AE

#AAE5AE
(170,229,174)
#9BD19F
(155,209,159)
#8CBD90
(140,189,144)
#7DA981
(125,169,129)
#6E9572
(110,149,114)
#5F8163
(95,129,99)
#506D54
(80,109,84)
#415945
(65,89,69)
#324536
(50,69,54)
#233127
(35,49,39)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #AAE5AE

#AAE5AE
(170,229,174)
#B1E7B5
(177,231,181)
#B8E9BC
(184,233,188)
#BFEBC3
(191,235,195)
#C6EDCA
(198,237,202)
#CDEFD1
(205,239,209)
#D4F1D8
(212,241,216)
#DBF3DF
(219,243,223)
#E2F5E6
(226,245,230)
#E9F7ED
(233,247,237)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE5AE; }

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

This text font color is #AAE5AE.


Background Color

.myBgColor { background-color: #AAE5AE; }

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

This div background color is #AAE5AE.


Border color

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

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

This div border color is #AAE5AE.


Opacity

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

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

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

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

This text has shadow with #AAE5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE5AE on black background.


Color preview on white background

This text has color #AAE5AE on white background.



Black color preview on #AAE5AE background

This text has black color on #AAE5AE background.


White color preview on #AAE5AE background

This text has white color on #AAE5AE background.