Shades of Spring Bud #A0FB00
Tints of Spring Bud #A0FB00
RGB
CMYK
RGB Variations
Color information
#A0FB00 (or 0xA0FB00) is known color: Spring Bud. HEX triplet: A0, FB and 00. RGB value is (160,251,0). Sum of RGB (Red+Green+Blue) = 160+251+0=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 251 (98.44% from 255 or 61.07% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FB00 is #5F04FF. Grayscale: #C4C4C4. Windows color (decimal): -6227200 or 64416. OLE color: 64416.
HSL color Cylindrical-coordinate representation of color #A0FB00: hue angle of 81.75º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0FB00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.02 |
| HSL | 81.75º | 1% | 0.49% | - |
| HSV(B) | 81.75º | 1% | 0.98% | - |
| XYZ | 48.99 | 76.47 | 12.18 | - |
| YUV | 195.18 | 17.85 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 0 | 0.36 | 0 | 1 | 0.02 | 81.75 | 1 | 0.49 |
| Hex | A0 | FB | 0 | 24 | 0 | 64 | 2 | 52 | 64 | 31 |
| Octal | 240 | 373 | 0 | 44 | 0 | 144 | 2 | 122 | 144 | 61 |
| Binary | 10100000 | 11111011 | 0 | 100100 | 0 | 1100100 | 10 | 1010010 | 1100100 | 110001 |
Color Harmonies of #A0FB00
Complementary color
Monochromatic Colors of #A0FB00
Black with #A0FB00
Text Example
Text Example
White with #A0FB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB00; }
p { color: rgb(160,251,0); }
H1.HeaderClassName
{
color: #A0FB00;
}
.AnyTagClassName
{
color: #A0FB00;
}
</style>
background-color css
<style>
a { background-color: #A0FB00; }
a { background-color: rgb(160,251,0); }
div.DivClassName
{
background-color: #A0FB00;
}
.BgClassName
{
background-color: #A0FB00;
}
</style>
border-color css
<style>
span { border-color: #A0FB00; }
span { border-color: rgb(160,251,0); }
td.TdClassName
{
border-color: #A0FB00;
}
.TagClassName
{
border-color: #A0FB00;
}
</style>