Shades of Spring Bud #A0FB16
Tints of Spring Bud #A0FB16
RGB
CMYK
RGB Variations
Color information
#A0FB16 (or 0xA0FB16) is known color: Spring Bud. HEX triplet: A0, FB and 16. RGB value is (160,251,22). Sum of RGB (Red+Green+Blue) = 160+251+22=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 251 (98.44% from 255 or 57.97% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FB16 is #5F04E9. Grayscale: #C6C6C6. Windows color (decimal): -6227178 or 1506208. OLE color: 1506208.
HSL color Cylindrical-coordinate representation of color #A0FB16: hue angle of 83.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0FB16 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 22 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.02 |
| HSL | 83.84º | 0.97% | 0.54% | - |
| HSV(B) | 83.84º | 0.91% | 0.98% | - |
| XYZ | 49.14 | 76.53 | 12.94 | - |
| YUV | 197.69 | 28.85 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 22 | 0.36 | 0 | 0.91 | 0.02 | 83.84 | 0.97 | 0.54 |
| Hex | A0 | FB | 16 | 24 | 0 | 5B | 2 | 54 | 61 | 36 |
| Octal | 240 | 373 | 26 | 44 | 0 | 133 | 2 | 124 | 141 | 66 |
| Binary | 10100000 | 11111011 | 10110 | 100100 | 0 | 1011011 | 10 | 1010100 | 1100001 | 110110 |
Color Harmonies of #A0FB16
Complementary color
Monochromatic Colors of #A0FB16
Black with #A0FB16
Text Example
Text Example
White with #A0FB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB16; }
p { color: rgb(160,251,22); }
H1.HeaderClassName
{
color: #A0FB16;
}
.AnyTagClassName
{
color: #A0FB16;
}
</style>
background-color css
<style>
a { background-color: #A0FB16; }
a { background-color: rgb(160,251,22); }
div.DivClassName
{
background-color: #A0FB16;
}
.BgClassName
{
background-color: #A0FB16;
}
</style>
border-color css
<style>
span { border-color: #A0FB16; }
span { border-color: rgb(160,251,22); }
td.TdClassName
{
border-color: #A0FB16;
}
.TagClassName
{
border-color: #A0FB16;
}
</style>