Shades of Green Yellow #AAF428
Tints of Green Yellow #AAF428
RGB
CMYK
RGB Variations
Color information
#AAF428 (or 0xAAF428) is known color: Green Yellow. HEX triplet: AA, F4 and 28. RGB value is (170,244,40). Sum of RGB (Red+Green+Blue) = 170+244+40=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 244 (95.70% from 255 or 53.74% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF428 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF428 is #550BD7. Grayscale: #C7C7C7. Windows color (decimal): -5573592 or 2684074. OLE color: 2684074.
HSL color Cylindrical-coordinate representation of color #AAF428: hue angle of 81.76º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAF428 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 40 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.04 |
| HSL | 81.76º | 0.9% | 0.56% | - |
| HSV(B) | 81.76º | 0.84% | 0.96% | - |
| XYZ | 49.31 | 73.4 | 13.58 | - |
| YUV | 198.62 | 38.48 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 40 | 0.30 | 0 | 0.84 | 0.04 | 81.76 | 0.9 | 0.56 |
| Hex | AA | F4 | 28 | 1E | 0 | 54 | 4 | 52 | 5A | 38 |
| Octal | 252 | 364 | 50 | 36 | 0 | 124 | 4 | 122 | 132 | 70 |
| Binary | 10101010 | 11110100 | 101000 | 11110 | 0 | 1010100 | 100 | 1010010 | 1011010 | 111000 |
Color Harmonies of #AAF428
Complementary color
Monochromatic Colors of #AAF428
Black with #AAF428
Text Example
Text Example
White with #AAF428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF428; }
p { color: rgb(170,244,40); }
H1.HeaderClassName
{
color: #AAF428;
}
.AnyTagClassName
{
color: #AAF428;
}
</style>
background-color css
<style>
a { background-color: #AAF428; }
a { background-color: rgb(170,244,40); }
div.DivClassName
{
background-color: #AAF428;
}
.BgClassName
{
background-color: #AAF428;
}
</style>
border-color css
<style>
span { border-color: #AAF428; }
span { border-color: rgb(170,244,40); }
td.TdClassName
{
border-color: #AAF428;
}
.TagClassName
{
border-color: #AAF428;
}
</style>