Shades of Green Yellow #AAF124
Tints of Green Yellow #AAF124
RGB
CMYK
RGB Variations
Color information
#AAF124 (or 0xAAF124) is known color: Green Yellow. HEX triplet: AA, F1 and 24. RGB value is (170,241,36). Sum of RGB (Red+Green+Blue) = 170+241+36=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 36 (14.45% from 255 or 8.05% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF124 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF124 is #550EDB. Grayscale: #C5C5C5. Windows color (decimal): -5574364 or 2421162. OLE color: 2421162.
HSL color Cylindrical-coordinate representation of color #AAF124: hue angle of 80.78º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAF124 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 36 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.05 |
| HSL | 80.78º | 0.88% | 0.54% | - |
| HSV(B) | 80.78º | 0.85% | 0.95% | - |
| XYZ | 48.35 | 71.58 | 12.94 | - |
| YUV | 196.4 | 37.48 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 36 | 0.29 | 0 | 0.85 | 0.05 | 80.78 | 0.88 | 0.54 |
| Hex | AA | F1 | 24 | 1D | 0 | 55 | 5 | 51 | 58 | 36 |
| Octal | 252 | 361 | 44 | 35 | 0 | 125 | 5 | 121 | 130 | 66 |
| Binary | 10101010 | 11110001 | 100100 | 11101 | 0 | 1010101 | 101 | 1010001 | 1011000 | 110110 |
Color Harmonies of #AAF124
Complementary color
Monochromatic Colors of #AAF124
Black with #AAF124
Text Example
Text Example
White with #AAF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF124; }
p { color: rgb(170,241,36); }
H1.HeaderClassName
{
color: #AAF124;
}
.AnyTagClassName
{
color: #AAF124;
}
</style>
background-color css
<style>
a { background-color: #AAF124; }
a { background-color: rgb(170,241,36); }
div.DivClassName
{
background-color: #AAF124;
}
.BgClassName
{
background-color: #AAF124;
}
</style>
border-color css
<style>
span { border-color: #AAF124; }
span { border-color: rgb(170,241,36); }
td.TdClassName
{
border-color: #AAF124;
}
.TagClassName
{
border-color: #AAF124;
}
</style>