COLOR #AAEEAA

HEX: #AAEEAA
RGB: (170,238,170)

Color info

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

RGB color model

#AAEEAA color RGB value is (170,238,170).

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

RGB channels and saturation

R 170 of 255 = 67%
G 238 of 255 = 93%
B 170 of 255 = 67%

170
238
170

R + G + B ~ 76%. #AAEEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 238 + 170 = 578 (100%)
R 170 of 578 ~ 29.41%
G 238 of 578 ~ 41.18%
B 170 of 578 ~ 29.41%

%29.41
%41.18
%29.41

CMYK color model

#AAEEAA color CMYK value is (29,0,29,7).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 6.67%
CMYK:
(29,0,29,7)
C29M0Y29K7 
(29%,0%,29%,7%)
(0.29/0.00/0.29/0.07)	

CMYK percentages

%28.57
%0
%28.57
%6.67

Codes

Color #AAEEAA in popluar color models

AAEEAA
RGB170238170
HSL120°66.67%80.00%
HSB/HSV120°28.57%93.33%
CMYK28.57%0.00%28.57%
6.67%

Color #AAEEAA in popluar number systems.

HEXAAEEAA
Decimal170238170
Binary101010101110111010101010
Octal252356252

Shades and tints

Shades of #AAEEAA

#AAEEAA
(170,238,170)
#9BD99B
(155,217,155)
#8CC48C
(140,196,140)
#7DAF7D
(125,175,125)
#6E9A6E
(110,154,110)
#5F855F
(95,133,95)
#507050
(80,112,80)
#415B41
(65,91,65)
#324632
(50,70,50)
#233123
(35,49,35)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #AAEEAA

#AAEEAA
(170,238,170)
#B1EFB1
(177,239,177)
#B8F0B8
(184,240,184)
#BFF1BF
(191,241,191)
#C6F2C6
(198,242,198)
#CDF3CD
(205,243,205)
#D4F4D4
(212,244,212)
#DBF5DB
(219,245,219)
#E2F6E2
(226,246,226)
#E9F7E9
(233,247,233)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAEEAA; }

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

This text font color is #AAEEAA.


Background Color

.myBgColor { background-color: #AAEEAA; }

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

This div background color is #AAEEAA.


Border color

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

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

This div border color is #AAEEAA.


Opacity

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

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

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

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

This text has shadow with #AAEEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEEAA on black background.


Color preview on white background

This text has color #AAEEAA on white background.



Black color preview on #AAEEAA background

This text has black color on #AAEEAA background.


White color preview on #AAEEAA background

This text has white color on #AAEEAA background.