COLOR #AAD49F

HEX: #AAD49F RGB: (170,212,159)

Color info

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

RGB color model

#AAD49F color RGB value is (170,212,159).

RGB: (170,212,159) (67%, 83%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 212 of 255 = 83%
B 159 of 255 = 62%

170
212
159

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

Portions of RGB colors in percentages

R + G + B = 170 + 212 + 159 = 541 (100%)
R 170 of 541 ~ 31.42%
G 212 of 541 ~ 39.19%
B 159 of 541 ~ 29.39'%

%31.42
%39.19
%29.39

CMYK color model

#AAD49F color CMYK value is (20,0,25,17).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 16.86%

CMYK: (20,0,25,17)
C20M0Y25K17 (20%, 0%, 25%, 17%)
(0.20 / 0.00 / 0.25 / 0.17)

CMYK percentages

%19.81
%0
%25
%16.86

Codes

Color #AAD49F in popluar color models

AA D4 9F
RGB 170 212 159
HSL 108° 38.13% 72.75%
HSB/HSV 108° 25.00% 83.14%
CMYK 19.81% 0.00% 25.00%
16.86%

Color #AAD49F in popluar number systems.

HEX AA D4 9F
Decimal 170 212 159
Binary 10101010 11010100 10011111
Octal 252 324 237

Shades and tints

Shades of #AAD49F

#AAD49F
(170,212,159)
#9BC191
(155,193,145)
#8CAE83
(140,174,131)
#7D9B75
(125,155,117)
#6E8867
(110,136,103)
#5F7559
(95,117,89)
#50624B
(80,98,75)
#414F3D
(65,79,61)
#323C2F
(50,60,47)
#232921
(35,41,33)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #AAD49F

#AAD49F
(170,212,159)
#B1D7A7
(177,215,167)
#B8DAAF
(184,218,175)
#BFDDB7
(191,221,183)
#C6E0BF
(198,224,191)
#CDE3C7
(205,227,199)
#D4E6CF
(212,230,207)
#DBE9D7
(219,233,215)
#E2ECDF
(226,236,223)
#E9EFE7
(233,239,231)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD49F; }

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

This text font color is #AAD49F.

Background Color

.myBgColor { background-color: #AAD49F; }

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

This div background color is #AAD49F.

Border color

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

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

This div border color is #AAD49F.

Opacity

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

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

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

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

This text has shadow with #AAD49F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD49F.

Preview

Color preview on black background

This text has color #AAD49F on black background.


Color preview on white background

This text has color #AAD49F on white background.


Black color preview on #AAD49F background

This text has black color on #AAD49F background.


White color preview on #AAD49F background

This text has white color on #AAD49F background.


Related colors

Complementary color

Complementary color for #hex is #552B60.


I love getcolorcode.com

Triadic colors

1 #9FAAD4 and #D49FAA with #AAD49F are triadic colors.

2 #9FD4AA and #D4AA9F with #AAD49F are triadic colors.