COLOR #AAD21D

HEX: #AAD21D
RGB: (170,210,29)

Color info

#AAD21D contains mainly red and green colors. Web safe color of #AAD21D is #99CC33 (or #9C3).

RGB color model

#AAD21D color RGB value is (170,210,29).

  • red value is 170;
  • green value is 210;
  • blue value is 29.
RGB:
(170,210,29)
(67%,82%,11%)

RGB channels and saturation

R 170 of 255 = 67%
G 210 of 255 = 82%
B 29 of 255 = 11%

170
210
29

R + G + B ~ 53%. #AAD21D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 210 + 29 = 409 (100%)
R 170 of 409 ~ 41.56%
G 210 of 409 ~ 51.34%
B 29 of 409 ~ 7.09%

%41.56
%51.34

CMYK color model

#AAD21D color CMYK value is (19,0,86,18).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 86.19%
  • key color value is 17.65%
CMYK:
(19,0,86,18)
C19M0Y86K18 
(19%,0%,86%,18%)
(0.19/0.00/0.86/0.18)	

CMYK percentages

%19.05
%0
%86.19
%17.65

Codes

Color #AAD21D in popluar color models

AAD21D
RGB17021029
HSL73°75.73%46.86%
HSB/HSV73°86.19%82.35%
CMYK19.05%0.00%86.19%
17.65%

Color #AAD21D in popluar number systems.

HEXAAD21D
Decimal17021029
Binary101010101101001011101
Octal25232235

Shades and tints

Shades of #AAD21D

#AAD21D
(170,210,29)
#9BBF1B
(155,191,27)
#8CAC19
(140,172,25)
#7D9917
(125,153,23)
#6E8615
(110,134,21)
#5F7313
(95,115,19)
#506011
(80,96,17)
#414D0F
(65,77,15)
#323A0D
(50,58,13)
#23270B
(35,39,11)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #AAD21D

#AAD21D
(170,210,29)
#B1D631
(177,214,49)
#B8DA45
(184,218,69)
#BFDE59
(191,222,89)
#C6E26D
(198,226,109)
#CDE681
(205,230,129)
#D4EA95
(212,234,149)
#DBEEA9
(219,238,169)
#E2F2BD
(226,242,189)
#E9F6D1
(233,246,209)
#F0FAE5
(240,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD21D color. Also use rgb(170,210,29) instead hex code.

Text Font Color

.myTextColor { color: #AAD21D; }

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

This text font color is #AAD21D.


Background Color

.myBgColor { background-color: #AAD21D; }

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

This div background color is #AAD21D.


Border color

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

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

This div border color is #AAD21D.


Opacity

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

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

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

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

This text has shadow with #AAD21D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD21D on black background.


Color preview on white background

This text has color #AAD21D on white background.



Black color preview on #AAD21D background

This text has black color on #AAD21D background.


White color preview on #AAD21D background

This text has white color on #AAD21D background.