COLOR #AAD66E

HEX: #AAD66E RGB: (170,214,110)

Color info

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

RGB color model

#AAD66E color RGB value is (170,214,110).

RGB: (170,214,110) (67%, 84%, 43%)

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 110 of 255 = 43%

170
214
110

R + G + B ~ 65%. #AAD66E is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 214 + 110 = 494 (100%)
R 170 of 494 ~ 34.41%
G 214 of 494 ~ 43.32%
B 110 of 494 ~ 22.27'%

%34.41
%43.32
%22.27

CMYK color model

#AAD66E color CMYK value is (21,0,49,16).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 48.60%
  • key color value is 16.08%

CMYK: (21,0,49,16)
C21M0Y49K16 (21%, 0%, 49%, 16%)
(0.21 / 0.00 / 0.49 / 0.16)

CMYK percentages

%20.56
%0
%48.6
%16.08

Codes

Color #AAD66E in popluar color models

AA D6 6E
RGB 170 214 110
HSL 85° 55.91% 63.53%
HSB/HSV 85° 48.60% 83.92%
CMYK 20.56% 0.00% 48.60%
16.08%

Color #AAD66E in popluar number systems.

HEX AA D6 6E
Decimal 170 214 110
Binary 10101010 11010110 1101110
Octal 252 326 156

Shades and tints

Shades of #AAD66E

#AAD66E
(170,214,110)
#9BC364
(155,195,100)
#8CB05A
(140,176,90)
#7D9D50
(125,157,80)
#6E8A46
(110,138,70)
#5F773C
(95,119,60)
#506432
(80,100,50)
#415128
(65,81,40)
#323E1E
(50,62,30)
#232B14
(35,43,20)
#14180A
(20,24,10)
#000000
(0,0,0)

Tints of #AAD66E

#AAD66E
(170,214,110)
#B1D97B
(177,217,123)
#B8DC88
(184,220,136)
#BFDF95
(191,223,149)
#C6E2A2
(198,226,162)
#CDE5AF
(205,229,175)
#D4E8BC
(212,232,188)
#DBEBC9
(219,235,201)
#E2EED6
(226,238,214)
#E9F1E3
(233,241,227)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD66E color. Also use rgb(170,214,110) instead hex code.

Text Font Color

.myTextColor { color: #AAD66E; }

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

This text font color is #AAD66E.

Background Color

.myBgColor { background-color: #AAD66E; }

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

This div background color is #AAD66E.

Border color

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

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

This div border color is #AAD66E.

Opacity

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

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

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

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

This text has shadow with #AAD66E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD66E.

Preview

Color preview on black background

This text has color #AAD66E on black background.


Color preview on white background

This text has color #AAD66E on white background.


Black color preview on #AAD66E background

This text has black color on #AAD66E background.


White color preview on #AAD66E background

This text has white color on #AAD66E background.


Related colors

Complementary color

Complementary color for #hex is #552991.


I love getcolorcode.com

Triadic colors

1 #6EAAD6 and #D66EAA with #AAD66E are triadic colors.

2 #6ED6AA and #D6AA6E with #AAD66E are triadic colors.