Shades of Green Yellow #AAF520
Tints of Green Yellow #AAF520
RGB
CMYK
RGB Variations
Color information
#AAF520 (or 0xAAF520) is known color: Green Yellow. HEX triplet: AA, F5 and 20. RGB value is (170,245,32). Sum of RGB (Red+Green+Blue) = 170+245+32=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 245 (96.09% from 255 or 54.81% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF520 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF520 is #550ADF. Grayscale: #C7C7C7. Windows color (decimal): -5573344 or 2160042. OLE color: 2160042.
HSL color Cylindrical-coordinate representation of color #AAF520: hue angle of 81.13º 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 #AAF520 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 32 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.04 |
| HSL | 81.13º | 0.91% | 0.54% | - |
| HSV(B) | 81.13º | 0.87% | 0.96% | - |
| XYZ | 49.49 | 73.96 | 13.03 | - |
| YUV | 198.29 | 34.15 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 32 | 0.31 | 0 | 0.87 | 0.04 | 81.13 | 0.91 | 0.54 |
| Hex | AA | F5 | 20 | 1F | 0 | 57 | 4 | 51 | 5B | 36 |
| Octal | 252 | 365 | 40 | 37 | 0 | 127 | 4 | 121 | 133 | 66 |
| Binary | 10101010 | 11110101 | 100000 | 11111 | 0 | 1010111 | 100 | 1010001 | 1011011 | 110110 |
Color Harmonies of #AAF520
Complementary color
Monochromatic Colors of #AAF520
Black with #AAF520
Text Example
Text Example
White with #AAF520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF520; }
p { color: rgb(170,245,32); }
H1.HeaderClassName
{
color: #AAF520;
}
.AnyTagClassName
{
color: #AAF520;
}
</style>
background-color css
<style>
a { background-color: #AAF520; }
a { background-color: rgb(170,245,32); }
div.DivClassName
{
background-color: #AAF520;
}
.BgClassName
{
background-color: #AAF520;
}
</style>
border-color css
<style>
span { border-color: #AAF520; }
span { border-color: rgb(170,245,32); }
td.TdClassName
{
border-color: #AAF520;
}
.TagClassName
{
border-color: #AAF520;
}
</style>