Shades of Green Yellow #AAF918
Tints of Green Yellow #AAF918
RGB
CMYK
RGB Variations
Color information
#AAF918 (or 0xAAF918) is known color: Green Yellow. HEX triplet: AA, F9 and 18. RGB value is (170,249,24). Sum of RGB (Red+Green+Blue) = 170+249+24=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 249 (97.66% from 255 or 56.21% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF918 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF918 is #5506E7. Grayscale: #C8C8C8. Windows color (decimal): -5572328 or 1636778. OLE color: 1636778.
HSL color Cylindrical-coordinate representation of color #AAF918: hue angle of 81.07º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAF918 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 24 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.02 |
| HSL | 81.07º | 0.95% | 0.54% | - |
| HSV(B) | 81.07º | 0.9% | 0.98% | - |
| XYZ | 50.62 | 76.36 | 12.94 | - |
| YUV | 199.73 | 28.83 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 24 | 0.32 | 0 | 0.90 | 0.02 | 81.07 | 0.95 | 0.54 |
| Hex | AA | F9 | 18 | 20 | 0 | 5A | 2 | 51 | 5F | 36 |
| Octal | 252 | 371 | 30 | 40 | 0 | 132 | 2 | 121 | 137 | 66 |
| Binary | 10101010 | 11111001 | 11000 | 100000 | 0 | 1011010 | 10 | 1010001 | 1011111 | 110110 |
Color Harmonies of #AAF918
Complementary color
Monochromatic Colors of #AAF918
Black with #AAF918
Text Example
Text Example
White with #AAF918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF918; }
p { color: rgb(170,249,24); }
H1.HeaderClassName
{
color: #AAF918;
}
.AnyTagClassName
{
color: #AAF918;
}
</style>
background-color css
<style>
a { background-color: #AAF918; }
a { background-color: rgb(170,249,24); }
div.DivClassName
{
background-color: #AAF918;
}
.BgClassName
{
background-color: #AAF918;
}
</style>
border-color css
<style>
span { border-color: #AAF918; }
span { border-color: rgb(170,249,24); }
td.TdClassName
{
border-color: #AAF918;
}
.TagClassName
{
border-color: #AAF918;
}
</style>