Shades of Green Yellow #A0FB36
Tints of Green Yellow #A0FB36
RGB
CMYK
RGB Variations
Color information
#A0FB36 (or 0xA0FB36) is known color: Green Yellow. HEX triplet: A0, FB and 36. RGB value is (160,251,54). Sum of RGB (Red+Green+Blue) = 160+251+54=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 54 (21.48% from 255 or 11.61% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FB36 is #5F04C9. Grayscale: #CACACA. Windows color (decimal): -6227146 or 3603360. OLE color: 3603360.
HSL color Cylindrical-coordinate representation of color #A0FB36: hue angle of 87.72º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0FB36 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 54 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.02 |
| HSL | 87.72º | 0.96% | 0.6% | - |
| HSV(B) | 87.72º | 0.78% | 0.98% | - |
| XYZ | 49.66 | 76.73 | 15.68 | - |
| YUV | 201.33 | 44.85 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 54 | 0.36 | 0 | 0.78 | 0.02 | 87.72 | 0.96 | 0.6 |
| Hex | A0 | FB | 36 | 24 | 0 | 4E | 2 | 58 | 60 | 3C |
| Octal | 240 | 373 | 66 | 44 | 0 | 116 | 2 | 130 | 140 | 74 |
| Binary | 10100000 | 11111011 | 110110 | 100100 | 0 | 1001110 | 10 | 1011000 | 1100000 | 111100 |
Color Harmonies of #A0FB36
Complementary color
Monochromatic Colors of #A0FB36
Black with #A0FB36
Text Example
Text Example
White with #A0FB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB36; }
p { color: rgb(160,251,54); }
H1.HeaderClassName
{
color: #A0FB36;
}
.AnyTagClassName
{
color: #A0FB36;
}
</style>
background-color css
<style>
a { background-color: #A0FB36; }
a { background-color: rgb(160,251,54); }
div.DivClassName
{
background-color: #A0FB36;
}
.BgClassName
{
background-color: #A0FB36;
}
</style>
border-color css
<style>
span { border-color: #A0FB36; }
span { border-color: rgb(160,251,54); }
td.TdClassName
{
border-color: #A0FB36;
}
.TagClassName
{
border-color: #A0FB36;
}
</style>