COLOR #AAEFA9

HEX: #AAEFA9
RGB: (170,239,169)

Color info

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

RGB color model

#AAEFA9 color RGB value is (170,239,169).

  • red value is 170;
  • green value is 239;
  • blue value is 169.
RGB:
(170,239,169)
(67%,94%,66%)

RGB channels and saturation

R 170 of 255 = 67%
G 239 of 255 = 94%
B 169 of 255 = 66%

170
239
169

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

Portions of RGB colors in percentages

R + G + B =
170 + 239 + 169 = 578 (100%)
R 170 of 578 ~ 29.41%
G 239 of 578 ~ 41.35%
B 169 of 578 ~ 29.24%

%29.41
%41.35
%29.24

CMYK color model

#AAEFA9 color CMYK value is (29,0,29,6).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 6.27%
CMYK:
(29,0,29,6)
C29M0Y29K6 
(29%,0%,29%,6%)
(0.29/0.00/0.29/0.06)	

CMYK percentages

%28.87
%0
%29.29
%6.27

Codes

Color #AAEFA9 in popluar color models

AAEFA9
RGB170239169
HSL119°68.63%80.00%
HSB/HSV119°29.29%93.73%
CMYK28.87%0.00%29.29%
6.27%

Color #AAEFA9 in popluar number systems.

HEXAAEFA9
Decimal170239169
Binary101010101110111110101001
Octal252357251

Shades and tints

Shades of #AAEFA9

#AAEFA9
(170,239,169)
#9BDA9A
(155,218,154)
#8CC58B
(140,197,139)
#7DB07C
(125,176,124)
#6E9B6D
(110,155,109)
#5F865E
(95,134,94)
#50714F
(80,113,79)
#415C40
(65,92,64)
#324731
(50,71,49)
#233222
(35,50,34)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #AAEFA9

#AAEFA9
(170,239,169)
#B1F0B0
(177,240,176)
#B8F1B7
(184,241,183)
#BFF2BE
(191,242,190)
#C6F3C5
(198,243,197)
#CDF4CC
(205,244,204)
#D4F5D3
(212,245,211)
#DBF6DA
(219,246,218)
#E2F7E1
(226,247,225)
#E9F8E8
(233,248,232)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAEFA9; }

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

This text font color is #AAEFA9.


Background Color

.myBgColor { background-color: #AAEFA9; }

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

This div background color is #AAEFA9.


Border color

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

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

This div border color is #AAEFA9.


Opacity

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

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

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

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

This text has shadow with #AAEFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEFA9 on black background.


Color preview on white background

This text has color #AAEFA9 on white background.



Black color preview on #AAEFA9 background

This text has black color on #AAEFA9 background.


White color preview on #AAEFA9 background

This text has white color on #AAEFA9 background.