COLOR #AAF2AD

HEX: #AAF2AD
RGB: (170,242,173)

Color info

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

RGB color model

#AAF2AD color RGB value is (170,242,173).

  • red value is 170;
  • green value is 242;
  • blue value is 173.
RGB:
(170,242,173)
(67%,95%,68%)

RGB channels and saturation

R 170 of 255 = 67%
G 242 of 255 = 95%
B 173 of 255 = 68%

170
242
173

R + G + B ~ 77%. #AAF2AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 242 + 173 = 585 (100%)
R 170 of 585 ~ 29.06%
G 242 of 585 ~ 41.37%
B 173 of 585 ~ 29.57%

%29.06
%41.37
%29.57

CMYK color model

#AAF2AD color CMYK value is (30,0,29,5).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 5.10%
CMYK:
(30,0,29,5)
C30M0Y29K5 
(30%,0%,29%,5%)
(0.30/0.00/0.29/0.05)	

CMYK percentages

%29.75
%0
%28.51
%5.1

Codes

Color #AAF2AD in popluar color models

AAF2AD
RGB170242173
HSL123°73.47%80.78%
HSB/HSV123°29.75%94.90%
CMYK29.75%0.00%28.51%
5.10%

Color #AAF2AD in popluar number systems.

HEXAAF2AD
Decimal170242173
Binary101010101111001010101101
Octal252362255

Shades and tints

Shades of #AAF2AD

#AAF2AD
(170,242,173)
#9BDC9E
(155,220,158)
#8CC68F
(140,198,143)
#7DB080
(125,176,128)
#6E9A71
(110,154,113)
#5F8462
(95,132,98)
#506E53
(80,110,83)
#415844
(65,88,68)
#324235
(50,66,53)
#232C26
(35,44,38)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #AAF2AD

#AAF2AD
(170,242,173)
#B1F3B4
(177,243,180)
#B8F4BB
(184,244,187)
#BFF5C2
(191,245,194)
#C6F6C9
(198,246,201)
#CDF7D0
(205,247,208)
#D4F8D7
(212,248,215)
#DBF9DE
(219,249,222)
#E2FAE5
(226,250,229)
#E9FBEC
(233,251,236)
#F0FCF3
(240,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAF2AD; }

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

This text font color is #AAF2AD.


Background Color

.myBgColor { background-color: #AAF2AD; }

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

This div background color is #AAF2AD.


Border color

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

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

This div border color is #AAF2AD.


Opacity

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

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

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

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

This text has shadow with #AAF2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAF2AD on black background.


Color preview on white background

This text has color #AAF2AD on white background.



Black color preview on #AAF2AD background

This text has black color on #AAF2AD background.


White color preview on #AAF2AD background

This text has white color on #AAF2AD background.