Shades of Green Yellow #AAF024
Tints of Green Yellow #AAF024
RGB
CMYK
RGB Variations
Color information
#AAF024 (or 0xAAF024) is known color: Green Yellow. HEX triplet: AA, F0 and 24. RGB value is (170,240,36). Sum of RGB (Red+Green+Blue) = 170+240+36=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 36 (14.45% from 255 or 8.07% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF024 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF024 is #550FDB. Grayscale: #C4C4C4. Windows color (decimal): -5574620 or 2420906. OLE color: 2420906.
HSL color Cylindrical-coordinate representation of color #AAF024: hue angle of 80.59º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAF024 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 36 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.06 |
| HSL | 80.59º | 0.87% | 0.54% | - |
| HSV(B) | 80.59º | 0.85% | 0.94% | - |
| XYZ | 48.06 | 70.99 | 12.84 | - |
| YUV | 195.81 | 37.81 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 36 | 0.29 | 0 | 0.85 | 0.06 | 80.59 | 0.87 | 0.54 |
| Hex | AA | F0 | 24 | 1D | 0 | 55 | 6 | 51 | 57 | 36 |
| Octal | 252 | 360 | 44 | 35 | 0 | 125 | 6 | 121 | 127 | 66 |
| Binary | 10101010 | 11110000 | 100100 | 11101 | 0 | 1010101 | 110 | 1010001 | 1010111 | 110110 |
Color Harmonies of #AAF024
Complementary color
Monochromatic Colors of #AAF024
Black with #AAF024
Text Example
Text Example
White with #AAF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF024; }
p { color: rgb(170,240,36); }
H1.HeaderClassName
{
color: #AAF024;
}
.AnyTagClassName
{
color: #AAF024;
}
</style>
background-color css
<style>
a { background-color: #AAF024; }
a { background-color: rgb(170,240,36); }
div.DivClassName
{
background-color: #AAF024;
}
.BgClassName
{
background-color: #AAF024;
}
</style>
border-color css
<style>
span { border-color: #AAF024; }
span { border-color: rgb(170,240,36); }
td.TdClassName
{
border-color: #AAF024;
}
.TagClassName
{
border-color: #AAF024;
}
</style>