COLOR #AAD99A

HEX: #AAD99A
RGB: (170,217,154)

Color info

#AAD99A contains mainly red and green colors. Web safe color of #AAD99A is #99CC99 (or #9C9).

RGB color model

#AAD99A color RGB value is (170,217,154).

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

RGB channels and saturation

R 170 of 255 = 67%
G 217 of 255 = 85%
B 154 of 255 = 60%

170
217
154

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

Portions of RGB colors in percentages

R + G + B =
170 + 217 + 154 = 541 (100%)
R 170 of 541 ~ 31.42%
G 217 of 541 ~ 40.11%
B 154 of 541 ~ 28.47%

%31.42
%40.11
%28.47

CMYK color model

#AAD99A color CMYK value is (22,0,29,15).

  • cyan value is 21.66%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 14.90%
CMYK:
(22,0,29,15)
C22M0Y29K15 
(22%,0%,29%,15%)
(0.22/0.00/0.29/0.15)	

CMYK percentages

%21.66
%0
%29.03
%14.9

Codes

Color #AAD99A in popluar color models

AAD99A
RGB170217154
HSL105°45.32%72.75%
HSB/HSV105°29.03%85.10%
CMYK21.66%0.00%29.03%
14.90%

Color #AAD99A in popluar number systems.

HEXAAD99A
Decimal170217154
Binary101010101101100110011010
Octal252331232

Shades and tints

Shades of #AAD99A

#AAD99A
(170,217,154)
#9BC68C
(155,198,140)
#8CB37E
(140,179,126)
#7DA070
(125,160,112)
#6E8D62
(110,141,98)
#5F7A54
(95,122,84)
#506746
(80,103,70)
#415438
(65,84,56)
#32412A
(50,65,42)
#232E1C
(35,46,28)
#141B0E
(20,27,14)
#000000
(0,0,0)

Tints of #AAD99A

#AAD99A
(170,217,154)
#B1DCA3
(177,220,163)
#B8DFAC
(184,223,172)
#BFE2B5
(191,226,181)
#C6E5BE
(198,229,190)
#CDE8C7
(205,232,199)
#D4EBD0
(212,235,208)
#DBEED9
(219,238,217)
#E2F1E2
(226,241,226)
#E9F4EB
(233,244,235)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD99A; }

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

This text font color is #AAD99A.


Background Color

.myBgColor { background-color: #AAD99A; }

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

This div background color is #AAD99A.


Border color

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

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

This div border color is #AAD99A.


Opacity

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

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

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

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

This text has shadow with #AAD99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD99A on black background.


Color preview on white background

This text has color #AAD99A on white background.



Black color preview on #AAD99A background

This text has black color on #AAD99A background.


White color preview on #AAD99A background

This text has white color on #AAD99A background.