Shades of Yellow Green #AAD32A
Tints of Yellow Green #AAD32A
RGB
CMYK
RGB Variations
Color information
#AAD32A (or 0xAAD32A) is known color: Yellow Green. HEX triplet: AA, D3 and 2A. RGB value is (170,211,42). Sum of RGB (Red+Green+Blue) = 170+211+42=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD32A is #552CD5. Grayscale: #B4B4B4. Windows color (decimal): -5582038 or 2806698. OLE color: 2806698.
HSL color Cylindrical-coordinate representation of color #AAD32A: hue angle of 74.56º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAD32A is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 42 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.17 |
| HSL | 74.56º | 0.67% | 0.5% | - |
| HSV(B) | 74.56º | 0.8% | 0.83% | - |
| XYZ | 40.29 | 55.3 | 10.74 | - |
| YUV | 179.48 | 50.42 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 42 | 0.19 | 0 | 0.80 | 0.17 | 74.56 | 0.67 | 0.5 |
| Hex | AA | D3 | 2A | 13 | 0 | 50 | 11 | 4B | 43 | 32 |
| Octal | 252 | 323 | 52 | 23 | 0 | 120 | 21 | 113 | 103 | 62 |
| Binary | 10101010 | 11010011 | 101010 | 10011 | 0 | 1010000 | 10001 | 1001011 | 1000011 | 110010 |
Color Harmonies of #AAD32A
Complementary color
Monochromatic Colors of #AAD32A
Black with #AAD32A
Text Example
Text Example
White with #AAD32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD32A; }
p { color: rgb(170,211,42); }
H1.HeaderClassName
{
color: #AAD32A;
}
.AnyTagClassName
{
color: #AAD32A;
}
</style>
background-color css
<style>
a { background-color: #AAD32A; }
a { background-color: rgb(170,211,42); }
div.DivClassName
{
background-color: #AAD32A;
}
.BgClassName
{
background-color: #AAD32A;
}
</style>
border-color css
<style>
span { border-color: #AAD32A; }
span { border-color: rgb(170,211,42); }
td.TdClassName
{
border-color: #AAD32A;
}
.TagClassName
{
border-color: #AAD32A;
}
</style>