COLOR #AAD55D

HEX: #AAD55D RGB: (170,213,93)

Color info

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

RGB color model

#AAD55D color RGB value is (170,213,93).

RGB: (170,213,93) (67%, 84%, 36%)

RGB channels and saturation

R 170 of 255 = 67%
G 213 of 255 = 84%
B 93 of 255 = 36%

170
213
93

R + G + B ~ 62%. #AAD55D is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 213 + 93 = 476 (100%)
R 170 of 476 ~ 35.71%
G 213 of 476 ~ 44.75%
B 93 of 476 ~ 19.54'%

%35.71
%44.75
%19.54

CMYK color model

#AAD55D color CMYK value is (20,0,56,16).

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

CMYK: (20,0,56,16)
C20M0Y56K16 (20%, 0%, 56%, 16%)
(0.20 / 0.00 / 0.56 / 0.16)

CMYK percentages

%20.19
%0
%56.34
%16.47

Codes

Color #AAD55D in popluar color models

AA D5 5D
RGB 170 213 93
HSL 82° 58.82% 60.00%
HSB/HSV 82° 56.34% 83.53%
CMYK 20.19% 0.00% 56.34%
16.47%

Color #AAD55D in popluar number systems.

HEX AA D5 5D
Decimal 170 213 93
Binary 10101010 11010101 1011101
Octal 252 325 135

Shades and tints

Shades of #AAD55D

#AAD55D
(170,213,93)
#9BC255
(155,194,85)
#8CAF4D
(140,175,77)
#7D9C45
(125,156,69)
#6E893D
(110,137,61)
#5F7635
(95,118,53)
#50632D
(80,99,45)
#415025
(65,80,37)
#323D1D
(50,61,29)
#232A15
(35,42,21)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #AAD55D

#AAD55D
(170,213,93)
#B1D86B
(177,216,107)
#B8DB79
(184,219,121)
#BFDE87
(191,222,135)
#C6E195
(198,225,149)
#CDE4A3
(205,228,163)
#D4E7B1
(212,231,177)
#DBEABF
(219,234,191)
#E2EDCD
(226,237,205)
#E9F0DB
(233,240,219)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD55D; }

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

This text font color is #AAD55D.

Background Color

.myBgColor { background-color: #AAD55D; }

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

This div background color is #AAD55D.

Border color

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

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

This div border color is #AAD55D.

Opacity

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

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

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

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

This text has shadow with #AAD55D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD55D.

Preview

Color preview on black background

This text has color #AAD55D on black background.


Color preview on white background

This text has color #AAD55D on white background.


Black color preview on #AAD55D background

This text has black color on #AAD55D background.


White color preview on #AAD55D background

This text has white color on #AAD55D background.


Related colors

Complementary color

Complementary color for #hex is #552AA2.


I love getcolorcode.com

Triadic colors

1 #5DAAD5 and #D55DAA with #AAD55D are triadic colors.

2 #5DD5AA and #D5AA5D with #AAD55D are triadic colors.