COLOR #AAD36C

HEX: #AAD36C RGB: (170,211,108)

Color info

#AAD36C contains mainly red and green colors. Web safe color of #AAD36C is #99CC66 (or #9C6).

RGB color model

#AAD36C color RGB value is (170,211,108).

RGB: (170,211,108) (67%, 83%, 42%)

RGB channels and saturation

R 170 of 255 = 67%
G 211 of 255 = 83%
B 108 of 255 = 42%

170
211
108

R + G + B ~ 64%. #AAD36C is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 211 + 108 = 489 (100%)
R 170 of 489 ~ 34.76%
G 211 of 489 ~ 43.15%
B 108 of 489 ~ 22.09'%

%34.76
%43.15
%22.09

CMYK color model

#AAD36C color CMYK value is (19,0,49,17).

  • cyan value is 19.43%
  • magenta value is 0.00%
  • yellow value is 48.82%
  • key color value is 17.25%

CMYK: (19,0,49,17)
C19M0Y49K17 (19%, 0%, 49%, 17%)
(0.19 / 0.00 / 0.49 / 0.17)

CMYK percentages

%19.43
%0
%48.82
%17.25

Codes

Color #AAD36C in popluar color models

AA D3 6C
RGB 170 211 108
HSL 84° 53.93% 62.55%
HSB/HSV 84° 48.82% 82.75%
CMYK 19.43% 0.00% 48.82%
17.25%

Color #AAD36C in popluar number systems.

HEX AA D3 6C
Decimal 170 211 108
Binary 10101010 11010011 1101100
Octal 252 323 154

Shades and tints

Shades of #AAD36C

#AAD36C
(170,211,108)
#9BC063
(155,192,99)
#8CAD5A
(140,173,90)
#7D9A51
(125,154,81)
#6E8748
(110,135,72)
#5F743F
(95,116,63)
#506136
(80,97,54)
#414E2D
(65,78,45)
#323B24
(50,59,36)
#23281B
(35,40,27)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #AAD36C

#AAD36C
(170,211,108)
#B1D779
(177,215,121)
#B8DB86
(184,219,134)
#BFDF93
(191,223,147)
#C6E3A0
(198,227,160)
#CDE7AD
(205,231,173)
#D4EBBA
(212,235,186)
#DBEFC7
(219,239,199)
#E2F3D4
(226,243,212)
#E9F7E1
(233,247,225)
#F0FBEE
(240,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD36C color. Also use rgb(170,211,108) instead hex code.

Text Font Color

.myTextColor { color: #AAD36C; }

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

This text font color is #AAD36C.

Background Color

.myBgColor { background-color: #AAD36C; }

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

This div background color is #AAD36C.

Border color

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

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

This div border color is #AAD36C.

Opacity

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

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

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

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

This text has shadow with #AAD36C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD36C.

Preview

Color preview on black background

This text has color #AAD36C on black background.


Color preview on white background

This text has color #AAD36C on white background.


Black color preview on #AAD36C background

This text has black color on #AAD36C background.


White color preview on #AAD36C background

This text has white color on #AAD36C background.


Related colors

Complementary color

Complementary color for #hex is #552C93.


I love getcolorcode.com

Triadic colors

1 #6CAAD3 and #D36CAA with #AAD36C are triadic colors.

2 #6CD3AA and #D3AA6C with #AAD36C are triadic colors.