COLOR #AAD99F

HEX: #AAD99F
RGB: (170,217,159)

Color info

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

RGB color model

#AAD99F color RGB value is (170,217,159).

  • red value is 170;
  • green value is 217;
  • blue value is 159.
RGB:
(170,217,159)
(67%,85%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 217 of 255 = 85%
B 159 of 255 = 62%

170
217
159

R + G + B ~ 71%. #AAD99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 217 + 159 = 546 (100%)
R 170 of 546 ~ 31.14%
G 217 of 546 ~ 39.74%
B 159 of 546 ~ 29.12%

%31.14
%39.74
%29.12

CMYK color model

#AAD99F color CMYK value is (22,0,27,15).

  • cyan value is 21.66%
  • magenta value is 0.00%
  • yellow value is 26.73%
  • key color value is 14.90%
CMYK:
(22,0,27,15)
C22M0Y27K15 
(22%,0%,27%,15%)
(0.22/0.00/0.27/0.15)	

CMYK percentages

%21.66
%0
%26.73
%14.9

Codes

Color #AAD99F in popluar color models

AAD99F
RGB170217159
HSL109°43.28%73.73%
HSB/HSV109°26.73%85.10%
CMYK21.66%0.00%26.73%
14.90%

Color #AAD99F in popluar number systems.

HEXAAD99F
Decimal170217159
Binary101010101101100110011111
Octal252331237

Shades and tints

Shades of #AAD99F

#AAD99F
(170,217,159)
#9BC691
(155,198,145)
#8CB383
(140,179,131)
#7DA075
(125,160,117)
#6E8D67
(110,141,103)
#5F7A59
(95,122,89)
#50674B
(80,103,75)
#41543D
(65,84,61)
#32412F
(50,65,47)
#232E21
(35,46,33)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #AAD99F

#AAD99F
(170,217,159)
#B1DCA7
(177,220,167)
#B8DFAF
(184,223,175)
#BFE2B7
(191,226,183)
#C6E5BF
(198,229,191)
#CDE8C7
(205,232,199)
#D4EBCF
(212,235,207)
#DBEED7
(219,238,215)
#E2F1DF
(226,241,223)
#E9F4E7
(233,244,231)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD99F; }

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

This text font color is #AAD99F.


Background Color

.myBgColor { background-color: #AAD99F; }

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

This div background color is #AAD99F.


Border color

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

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

This div border color is #AAD99F.


Opacity

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

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

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

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

This text has shadow with #AAD99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD99F on black background.


Color preview on white background

This text has color #AAD99F on white background.



Black color preview on #AAD99F background

This text has black color on #AAD99F background.


White color preview on #AAD99F background

This text has white color on #AAD99F background.