COLOR #AAF9A0

HEX: #AAF9A0
RGB: (170,249,160)

Color info

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

RGB color model

#AAF9A0 color RGB value is (170,249,160).

  • red value is 170;
  • green value is 249;
  • blue value is 160.
RGB:
(170,249,160)
(67%,98%,63%)

RGB channels and saturation

R 170 of 255 = 67%
G 249 of 255 = 98%
B 160 of 255 = 63%

170
249
160

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

Portions of RGB colors in percentages

R + G + B =
170 + 249 + 160 = 579 (100%)
R 170 of 579 ~ 29.36%
G 249 of 579 ~ 43.01%
B 160 of 579 ~ 27.63%

%29.36
%43.01
%27.63

CMYK color model

#AAF9A0 color CMYK value is (32,0,36,2).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 35.74%
  • key color value is 2.35%
CMYK:
(32,0,36,2)
C32M0Y36K2 
(32%,0%,36%,2%)
(0.32/0.00/0.36/0.02)	

CMYK percentages

%31.73
%0
%35.74
%2.35

Codes

Color #AAF9A0 in popluar color models

AAF9A0
RGB170249160
HSL113°88.12%80.20%
HSB/HSV113°35.74%97.65%
CMYK31.73%0.00%35.74%
2.35%

Color #AAF9A0 in popluar number systems.

HEXAAF9A0
Decimal170249160
Binary101010101111100110100000
Octal252371240

Shades and tints

Shades of #AAF9A0

#AAF9A0
(170,249,160)
#9BE392
(155,227,146)
#8CCD84
(140,205,132)
#7DB776
(125,183,118)
#6EA168
(110,161,104)
#5F8B5A
(95,139,90)
#50754C
(80,117,76)
#415F3E
(65,95,62)
#324930
(50,73,48)
#233322
(35,51,34)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #AAF9A0

#AAF9A0
(170,249,160)
#B1F9A8
(177,249,168)
#B8F9B0
(184,249,176)
#BFF9B8
(191,249,184)
#C6F9C0
(198,249,192)
#CDF9C8
(205,249,200)
#D4F9D0
(212,249,208)
#DBF9D8
(219,249,216)
#E2F9E0
(226,249,224)
#E9F9E8
(233,249,232)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAF9A0; }

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

This text font color is #AAF9A0.


Background Color

.myBgColor { background-color: #AAF9A0; }

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

This div background color is #AAF9A0.


Border color

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

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

This div border color is #AAF9A0.


Opacity

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

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

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

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

This text has shadow with #AAF9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAF9A0 on black background.


Color preview on white background

This text has color #AAF9A0 on white background.



Black color preview on #AAF9A0 background

This text has black color on #AAF9A0 background.


White color preview on #AAF9A0 background

This text has white color on #AAF9A0 background.