Shades of Yellow Green #AAD42D
Tints of Yellow Green #AAD42D
RGB
CMYK
RGB Variations
Color information
#AAD42D (or 0xAAD42D) is known color: Yellow Green. HEX triplet: AA, D4 and 2D. RGB value is (170,212,45). Sum of RGB (Red+Green+Blue) = 170+212+45=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD42D is #552BD2. Grayscale: #B5B5B5. Windows color (decimal): -5581779 or 3003562. OLE color: 3003562.
HSL color Cylindrical-coordinate representation of color #AAD42D: hue angle of 75.09º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAD42D is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 45 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.17 |
| HSL | 75.09º | 0.66% | 0.5% | - |
| HSV(B) | 75.09º | 0.79% | 0.83% | - |
| XYZ | 40.59 | 55.82 | 11.12 | - |
| YUV | 180.4 | 51.59 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 45 | 0.20 | 0 | 0.79 | 0.17 | 75.09 | 0.66 | 0.5 |
| Hex | AA | D4 | 2D | 14 | 0 | 4F | 11 | 4B | 42 | 32 |
| Octal | 252 | 324 | 55 | 24 | 0 | 117 | 21 | 113 | 102 | 62 |
| Binary | 10101010 | 11010100 | 101101 | 10100 | 0 | 1001111 | 10001 | 1001011 | 1000010 | 110010 |
Color Harmonies of #AAD42D
Complementary color
Monochromatic Colors of #AAD42D
Black with #AAD42D
Text Example
Text Example
White with #AAD42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD42D; }
p { color: rgb(170,212,45); }
H1.HeaderClassName
{
color: #AAD42D;
}
.AnyTagClassName
{
color: #AAD42D;
}
</style>
background-color css
<style>
a { background-color: #AAD42D; }
a { background-color: rgb(170,212,45); }
div.DivClassName
{
background-color: #AAD42D;
}
.BgClassName
{
background-color: #AAD42D;
}
</style>
border-color css
<style>
span { border-color: #AAD42D; }
span { border-color: rgb(170,212,45); }
td.TdClassName
{
border-color: #AAD42D;
}
.TagClassName
{
border-color: #AAD42D;
}
</style>