Shades of Green Yellow #A0FB24
Tints of Green Yellow #A0FB24
RGB
CMYK
RGB Variations
Color information
#A0FB24 (or 0xA0FB24) is known color: Green Yellow. HEX triplet: A0, FB and 24. RGB value is (160,251,36). Sum of RGB (Red+Green+Blue) = 160+251+36=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 251 (98.44% from 255 or 56.15% from 447); Blue value is 36 (14.45% from 255 or 8.05% from 447); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB24 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FB24 is #5F04DB. Grayscale: #C8C8C8. Windows color (decimal): -6227164 or 2423712. OLE color: 2423712.
HSL color Cylindrical-coordinate representation of color #A0FB24: hue angle of 85.4º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0FB24 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 36 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.02 |
| HSL | 85.4º | 0.96% | 0.56% | - |
| HSV(B) | 85.4º | 0.86% | 0.98% | - |
| XYZ | 49.31 | 76.6 | 13.85 | - |
| YUV | 199.28 | 35.85 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 36 | 0.36 | 0 | 0.86 | 0.02 | 85.4 | 0.96 | 0.56 |
| Hex | A0 | FB | 24 | 24 | 0 | 56 | 2 | 55 | 60 | 38 |
| Octal | 240 | 373 | 44 | 44 | 0 | 126 | 2 | 125 | 140 | 70 |
| Binary | 10100000 | 11111011 | 100100 | 100100 | 0 | 1010110 | 10 | 1010101 | 1100000 | 111000 |
Color Harmonies of #A0FB24
Complementary color
Monochromatic Colors of #A0FB24
Black with #A0FB24
Text Example
Text Example
White with #A0FB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB24; }
p { color: rgb(160,251,36); }
H1.HeaderClassName
{
color: #A0FB24;
}
.AnyTagClassName
{
color: #A0FB24;
}
</style>
background-color css
<style>
a { background-color: #A0FB24; }
a { background-color: rgb(160,251,36); }
div.DivClassName
{
background-color: #A0FB24;
}
.BgClassName
{
background-color: #A0FB24;
}
</style>
border-color css
<style>
span { border-color: #A0FB24; }
span { border-color: rgb(160,251,36); }
td.TdClassName
{
border-color: #A0FB24;
}
.TagClassName
{
border-color: #A0FB24;
}
</style>