COLOR #AAD493

HEX: #AAD493 RGB: (170,212,147)

Color info

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

RGB color model

#AAD493 color RGB value is (170,212,147).

RGB: (170,212,147) (67%, 83%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 212 of 255 = 83%
B 147 of 255 = 58%

170
212
147

R + G + B ~ 69%. #AAD493 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 212 + 147 = 529 (100%)
R 170 of 529 ~ 32.14%
G 212 of 529 ~ 40.08%
B 147 of 529 ~ 27.79'%

%32.14
%40.08
%27.79

CMYK color model

#AAD493 color CMYK value is (20,0,31,17).

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

CMYK: (20,0,31,17)
C20M0Y31K17 (20%, 0%, 31%, 17%)
(0.20 / 0.00 / 0.31 / 0.17)

CMYK percentages

%19.81
%0
%30.66
%16.86

Codes

Color #AAD493 in popluar color models

AA D4 93
RGB 170 212 147
HSL 99° 43.05% 70.39%
HSB/HSV 99° 30.66% 83.14%
CMYK 19.81% 0.00% 30.66%
16.86%

Color #AAD493 in popluar number systems.

HEX AA D4 93
Decimal 170 212 147
Binary 10101010 11010100 10010011
Octal 252 324 223

Shades and tints

Shades of #AAD493

#AAD493
(170,212,147)
#9BC186
(155,193,134)
#8CAE79
(140,174,121)
#7D9B6C
(125,155,108)
#6E885F
(110,136,95)
#5F7552
(95,117,82)
#506245
(80,98,69)
#414F38
(65,79,56)
#323C2B
(50,60,43)
#23291E
(35,41,30)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #AAD493

#AAD493
(170,212,147)
#B1D79C
(177,215,156)
#B8DAA5
(184,218,165)
#BFDDAE
(191,221,174)
#C6E0B7
(198,224,183)
#CDE3C0
(205,227,192)
#D4E6C9
(212,230,201)
#DBE9D2
(219,233,210)
#E2ECDB
(226,236,219)
#E9EFE4
(233,239,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD493; }

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

This text font color is #AAD493.

Background Color

.myBgColor { background-color: #AAD493; }

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

This div background color is #AAD493.

Border color

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

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

This div border color is #AAD493.

Opacity

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

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

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

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

This text has shadow with #AAD493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD493.

Preview

Color preview on black background

This text has color #AAD493 on black background.


Color preview on white background

This text has color #AAD493 on white background.


Black color preview on #AAD493 background

This text has black color on #AAD493 background.


White color preview on #AAD493 background

This text has white color on #AAD493 background.


Related colors

Complementary color

Complementary color for #hex is #552B6C.


I love getcolorcode.com

Triadic colors

1 #93AAD4 and #D493AA with #AAD493 are triadic colors.

2 #93D4AA and #D4AA93 with #AAD493 are triadic colors.