Shades of Green Yellow #AAF624
Tints of Green Yellow #AAF624
RGB
CMYK
RGB Variations
Color information
#AAF624 (or 0xAAF624) is known color: Green Yellow. HEX triplet: AA, F6 and 24. RGB value is (170,246,36). Sum of RGB (Red+Green+Blue) = 170+246+36=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 246 (96.48% from 255 or 54.42% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF624 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF624 is #5509DB. Grayscale: #C8C8C8. Windows color (decimal): -5573084 or 2422442. OLE color: 2422442.
HSL color Cylindrical-coordinate representation of color #AAF624: hue angle of 81.71º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAF624 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 36 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.04 |
| HSL | 81.71º | 0.92% | 0.55% | - |
| HSV(B) | 81.71º | 0.85% | 0.96% | - |
| XYZ | 49.85 | 74.58 | 13.44 | - |
| YUV | 199.34 | 35.82 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 36 | 0.31 | 0 | 0.85 | 0.04 | 81.71 | 0.92 | 0.55 |
| Hex | AA | F6 | 24 | 1F | 0 | 55 | 4 | 52 | 5C | 37 |
| Octal | 252 | 366 | 44 | 37 | 0 | 125 | 4 | 122 | 134 | 67 |
| Binary | 10101010 | 11110110 | 100100 | 11111 | 0 | 1010101 | 100 | 1010010 | 1011100 | 110111 |
Color Harmonies of #AAF624
Complementary color
Monochromatic Colors of #AAF624
Black with #AAF624
Text Example
Text Example
White with #AAF624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF624; }
p { color: rgb(170,246,36); }
H1.HeaderClassName
{
color: #AAF624;
}
.AnyTagClassName
{
color: #AAF624;
}
</style>
background-color css
<style>
a { background-color: #AAF624; }
a { background-color: rgb(170,246,36); }
div.DivClassName
{
background-color: #AAF624;
}
.BgClassName
{
background-color: #AAF624;
}
</style>
border-color css
<style>
span { border-color: #AAF624; }
span { border-color: rgb(170,246,36); }
td.TdClassName
{
border-color: #AAF624;
}
.TagClassName
{
border-color: #AAF624;
}
</style>