Shades of Green Yellow #AAF028
Tints of Green Yellow #AAF028
RGB
CMYK
RGB Variations
Color information
#AAF028 (or 0xAAF028) is known color: Green Yellow. HEX triplet: AA, F0 and 28. RGB value is (170,240,40). Sum of RGB (Red+Green+Blue) = 170+240+40=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF028 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF028 is #550FD7. Grayscale: #C5C5C5. Windows color (decimal): -5574616 or 2683050. OLE color: 2683050.
HSL color Cylindrical-coordinate representation of color #AAF028: hue angle of 81º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAF028 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 40 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.06 |
| HSL | 81º | 0.87% | 0.55% | - |
| HSV(B) | 81º | 0.83% | 0.94% | - |
| XYZ | 48.12 | 71.02 | 13.18 | - |
| YUV | 196.27 | 39.81 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 40 | 0.29 | 0 | 0.83 | 0.06 | 81 | 0.87 | 0.55 |
| Hex | AA | F0 | 28 | 1D | 0 | 53 | 6 | 51 | 57 | 37 |
| Octal | 252 | 360 | 50 | 35 | 0 | 123 | 6 | 121 | 127 | 67 |
| Binary | 10101010 | 11110000 | 101000 | 11101 | 0 | 1010011 | 110 | 1010001 | 1010111 | 110111 |
Color Harmonies of #AAF028
Complementary color
Monochromatic Colors of #AAF028
Black with #AAF028
Text Example
Text Example
White with #AAF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF028; }
p { color: rgb(170,240,40); }
H1.HeaderClassName
{
color: #AAF028;
}
.AnyTagClassName
{
color: #AAF028;
}
</style>
background-color css
<style>
a { background-color: #AAF028; }
a { background-color: rgb(170,240,40); }
div.DivClassName
{
background-color: #AAF028;
}
.BgClassName
{
background-color: #AAF028;
}
</style>
border-color css
<style>
span { border-color: #AAF028; }
span { border-color: rgb(170,240,40); }
td.TdClassName
{
border-color: #AAF028;
}
.TagClassName
{
border-color: #AAF028;
}
</style>