Shades of Green Yellow #AFF024
Tints of Green Yellow #AFF024
RGB
CMYK
RGB Variations
Color information
#AFF024 (or 0xAFF024) is known color: Green Yellow. HEX triplet: AF, F0 and 24. RGB value is (175,240,36). Sum of RGB (Red+Green+Blue) = 175+240+36=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF024 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF024 is #500FDB. Grayscale: #C6C6C6. Windows color (decimal): -5246940 or 2420911. OLE color: 2420911.
HSL color Cylindrical-coordinate representation of color #AFF024: hue angle of 79.12º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFF024 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 36 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.06 |
| HSL | 79.12º | 0.87% | 0.54% | - |
| HSV(B) | 79.12º | 0.85% | 0.94% | - |
| XYZ | 49.16 | 71.56 | 12.89 | - |
| YUV | 197.31 | 36.97 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 36 | 0.27 | 0 | 0.85 | 0.06 | 79.12 | 0.87 | 0.54 |
| Hex | AF | F0 | 24 | 1B | 0 | 55 | 6 | 4F | 57 | 36 |
| Octal | 257 | 360 | 44 | 33 | 0 | 125 | 6 | 117 | 127 | 66 |
| Binary | 10101111 | 11110000 | 100100 | 11011 | 0 | 1010101 | 110 | 1001111 | 1010111 | 110110 |
Color Harmonies of #AFF024
Complementary color
Monochromatic Colors of #AFF024
Black with #AFF024
Text Example
Text Example
White with #AFF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF024; }
p { color: rgb(175,240,36); }
H1.HeaderClassName
{
color: #AFF024;
}
.AnyTagClassName
{
color: #AFF024;
}
</style>
background-color css
<style>
a { background-color: #AFF024; }
a { background-color: rgb(175,240,36); }
div.DivClassName
{
background-color: #AFF024;
}
.BgClassName
{
background-color: #AFF024;
}
</style>
border-color css
<style>
span { border-color: #AFF024; }
span { border-color: rgb(175,240,36); }
td.TdClassName
{
border-color: #AFF024;
}
.TagClassName
{
border-color: #AFF024;
}
</style>