Shades of Spring Bud #A0FB02
Tints of Spring Bud #A0FB02
RGB
CMYK
RGB Variations
Color information
#A0FB02 (or 0xA0FB02) is known color: Spring Bud. HEX triplet: A0, FB and 02. RGB value is (160,251,2). Sum of RGB (Red+Green+Blue) = 160+251+2=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 251 (98.44% from 255 or 60.77% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FB02 is #5F04FD. Grayscale: #C4C4C4. Windows color (decimal): -6227198 or 195488. OLE color: 195488.
HSL color Cylindrical-coordinate representation of color #A0FB02: hue angle of 81.93º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0FB02 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.02 |
| HSL | 81.93º | 0.98% | 0.5% | - |
| HSV(B) | 81.93º | 0.99% | 0.98% | - |
| XYZ | 49.01 | 76.47 | 12.24 | - |
| YUV | 195.41 | 18.85 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 2 | 0.36 | 0 | 0.99 | 0.02 | 81.93 | 0.98 | 0.5 |
| Hex | A0 | FB | 2 | 24 | 0 | 63 | 2 | 52 | 62 | 32 |
| Octal | 240 | 373 | 2 | 44 | 0 | 143 | 2 | 122 | 142 | 62 |
| Binary | 10100000 | 11111011 | 10 | 100100 | 0 | 1100011 | 10 | 1010010 | 1100010 | 110010 |
Color Harmonies of #A0FB02
Complementary color
Monochromatic Colors of #A0FB02
Black with #A0FB02
Text Example
Text Example
White with #A0FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB02; }
p { color: rgb(160,251,2); }
H1.HeaderClassName
{
color: #A0FB02;
}
.AnyTagClassName
{
color: #A0FB02;
}
</style>
background-color css
<style>
a { background-color: #A0FB02; }
a { background-color: rgb(160,251,2); }
div.DivClassName
{
background-color: #A0FB02;
}
.BgClassName
{
background-color: #A0FB02;
}
</style>
border-color css
<style>
span { border-color: #A0FB02; }
span { border-color: rgb(160,251,2); }
td.TdClassName
{
border-color: #A0FB02;
}
.TagClassName
{
border-color: #A0FB02;
}
</style>