Shades of Green Yellow #AAF436
Tints of Green Yellow #AAF436
RGB
CMYK
RGB Variations
Color information
#AAF436 (or 0xAAF436) is known color: Green Yellow. HEX triplet: AA, F4 and 36. RGB value is (170,244,54). Sum of RGB (Red+Green+Blue) = 170+244+54=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 244 (95.70% from 255 or 52.14% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF436 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF436 is #550BC9. Grayscale: #C8C8C8. Windows color (decimal): -5573578 or 3601578. OLE color: 3601578.
HSL color Cylindrical-coordinate representation of color #AAF436: hue angle of 83.37º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAF436 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 54 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.04 |
| HSL | 83.37º | 0.9% | 0.58% | - |
| HSV(B) | 83.37º | 0.78% | 0.96% | - |
| XYZ | 49.59 | 73.51 | 15.07 | - |
| YUV | 200.21 | 45.48 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 54 | 0.30 | 0 | 0.78 | 0.04 | 83.37 | 0.9 | 0.58 |
| Hex | AA | F4 | 36 | 1E | 0 | 4E | 4 | 53 | 5A | 3A |
| Octal | 252 | 364 | 66 | 36 | 0 | 116 | 4 | 123 | 132 | 72 |
| Binary | 10101010 | 11110100 | 110110 | 11110 | 0 | 1001110 | 100 | 1010011 | 1011010 | 111010 |
Color Harmonies of #AAF436
Complementary color
Monochromatic Colors of #AAF436
Black with #AAF436
Text Example
Text Example
White with #AAF436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF436; }
p { color: rgb(170,244,54); }
H1.HeaderClassName
{
color: #AAF436;
}
.AnyTagClassName
{
color: #AAF436;
}
</style>
background-color css
<style>
a { background-color: #AAF436; }
a { background-color: rgb(170,244,54); }
div.DivClassName
{
background-color: #AAF436;
}
.BgClassName
{
background-color: #AAF436;
}
</style>
border-color css
<style>
span { border-color: #AAF436; }
span { border-color: rgb(170,244,54); }
td.TdClassName
{
border-color: #AAF436;
}
.TagClassName
{
border-color: #AAF436;
}
</style>