Shades of Green Yellow #AAF420
Tints of Green Yellow #AAF420
RGB
CMYK
RGB Variations
Color information
#AAF420 (or 0xAAF420) is known color: Green Yellow. HEX triplet: AA, F4 and 20. RGB value is (170,244,32). Sum of RGB (Red+Green+Blue) = 170+244+32=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 244 (95.70% from 255 or 54.71% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF420 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF420 is #550BDF. Grayscale: #C6C6C6. Windows color (decimal): -5573600 or 2159786. OLE color: 2159786.
HSL color Cylindrical-coordinate representation of color #AAF420: hue angle of 80.94º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAF420 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 32 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.04 |
| HSL | 80.94º | 0.91% | 0.54% | - |
| HSV(B) | 80.94º | 0.87% | 0.96% | - |
| XYZ | 49.19 | 73.35 | 12.93 | - |
| YUV | 197.71 | 34.48 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 32 | 0.30 | 0 | 0.87 | 0.04 | 80.94 | 0.91 | 0.54 |
| Hex | AA | F4 | 20 | 1E | 0 | 57 | 4 | 51 | 5B | 36 |
| Octal | 252 | 364 | 40 | 36 | 0 | 127 | 4 | 121 | 133 | 66 |
| Binary | 10101010 | 11110100 | 100000 | 11110 | 0 | 1010111 | 100 | 1010001 | 1011011 | 110110 |
Color Harmonies of #AAF420
Complementary color
Monochromatic Colors of #AAF420
Black with #AAF420
Text Example
Text Example
White with #AAF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF420; }
p { color: rgb(170,244,32); }
H1.HeaderClassName
{
color: #AAF420;
}
.AnyTagClassName
{
color: #AAF420;
}
</style>
background-color css
<style>
a { background-color: #AAF420; }
a { background-color: rgb(170,244,32); }
div.DivClassName
{
background-color: #AAF420;
}
.BgClassName
{
background-color: #AAF420;
}
</style>
border-color css
<style>
span { border-color: #AAF420; }
span { border-color: rgb(170,244,32); }
td.TdClassName
{
border-color: #AAF420;
}
.TagClassName
{
border-color: #AAF420;
}
</style>