COLOR #AAD58A

HEX: #AAD58A RGB: (170,213,138)

Color info

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

RGB color model

#AAD58A color RGB value is (170,213,138).

RGB: (170,213,138) (67%, 84%, 54%)

RGB channels and saturation

R 170 of 255 = 67%
G 213 of 255 = 84%
B 138 of 255 = 54%

170
213
138

R + G + B ~ 68%. #AAD58A is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 213 + 138 = 521 (100%)
R 170 of 521 ~ 32.63%
G 213 of 521 ~ 40.88%
B 138 of 521 ~ 26.49'%

%32.63
%40.88
%26.49

CMYK color model

#AAD58A color CMYK value is (20,0,35,16).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 16.47%

CMYK: (20,0,35,16)
C20M0Y35K16 (20%, 0%, 35%, 16%)
(0.20 / 0.00 / 0.35 / 0.16)

CMYK percentages

%20.19
%0
%35.21
%16.47

Codes

Color #AAD58A in popluar color models

AA D5 8A
RGB 170 213 138
HSL 94° 47.17% 68.82%
HSB/HSV 94° 35.21% 83.53%
CMYK 20.19% 0.00% 35.21%
16.47%

Color #AAD58A in popluar number systems.

HEX AA D5 8A
Decimal 170 213 138
Binary 10101010 11010101 10001010
Octal 252 325 212

Shades and tints

Shades of #AAD58A

#AAD58A
(170,213,138)
#9BC27E
(155,194,126)
#8CAF72
(140,175,114)
#7D9C66
(125,156,102)
#6E895A
(110,137,90)
#5F764E
(95,118,78)
#506342
(80,99,66)
#415036
(65,80,54)
#323D2A
(50,61,42)
#232A1E
(35,42,30)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #AAD58A

#AAD58A
(170,213,138)
#B1D894
(177,216,148)
#B8DB9E
(184,219,158)
#BFDEA8
(191,222,168)
#C6E1B2
(198,225,178)
#CDE4BC
(205,228,188)
#D4E7C6
(212,231,198)
#DBEAD0
(219,234,208)
#E2EDDA
(226,237,218)
#E9F0E4
(233,240,228)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD58A color. Also use rgb(170,213,138) instead hex code.

Text Font Color

.myTextColor { color: #AAD58A; }

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

This text font color is #AAD58A.

Background Color

.myBgColor { background-color: #AAD58A; }

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

This div background color is #AAD58A.

Border color

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

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

This div border color is #AAD58A.

Opacity

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

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

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

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

This text has shadow with #AAD58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD58A.

Preview

Color preview on black background

This text has color #AAD58A on black background.


Color preview on white background

This text has color #AAD58A on white background.


Black color preview on #AAD58A background

This text has black color on #AAD58A background.


White color preview on #AAD58A background

This text has white color on #AAD58A background.


Related colors

Complementary color

Complementary color for #hex is #552A75.


I love getcolorcode.com

Triadic colors

1 #8AAAD5 and #D58AAA with #AAD58A are triadic colors.

2 #8AD5AA and #D5AA8A with #AAD58A are triadic colors.