Shades of Spring Bud #A0FC01
Tints of Spring Bud #A0FC01
RGB
CMYK
RGB Variations
Color information
#A0FC01 (or 0xA0FC01) is known color: Spring Bud. HEX triplet: A0, FC and 01. RGB value is (160,252,1). Sum of RGB (Red+Green+Blue) = 160+252+1=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 252 (98.83% from 255 or 61.02% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FC01 is #5F03FE. Grayscale: #C4C4C4. Windows color (decimal): -6226943 or 130208. OLE color: 130208.
HSL color Cylindrical-coordinate representation of color #A0FC01: hue angle of 81.99º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0FC01 is Cyan = 0.37, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 1 | - |
| CMYK | 0.37 | 0 | 1.00 | 0.01 |
| HSL | 81.99º | 0.99% | 0.5% | - |
| HSV(B) | 81.99º | 1% | 0.99% | - |
| XYZ | 49.31 | 77.1 | 12.31 | - |
| YUV | 195.88 | 18.02 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 1 | 0.37 | 0 | 1.00 | 0.01 | 81.99 | 0.99 | 0.5 |
| Hex | A0 | FC | 1 | 25 | 0 | 64 | 1 | 52 | 63 | 32 |
| Octal | 240 | 374 | 1 | 45 | 0 | 144 | 1 | 122 | 143 | 62 |
| Binary | 10100000 | 11111100 | 1 | 100101 | 0 | 1100100 | 1 | 1010010 | 1100011 | 110010 |
Color Harmonies of #A0FC01
Complementary color
Monochromatic Colors of #A0FC01
Black with #A0FC01
Text Example
Text Example
White with #A0FC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC01; }
p { color: rgb(160,252,1); }
H1.HeaderClassName
{
color: #A0FC01;
}
.AnyTagClassName
{
color: #A0FC01;
}
</style>
background-color css
<style>
a { background-color: #A0FC01; }
a { background-color: rgb(160,252,1); }
div.DivClassName
{
background-color: #A0FC01;
}
.BgClassName
{
background-color: #A0FC01;
}
</style>
border-color css
<style>
span { border-color: #A0FC01; }
span { border-color: rgb(160,252,1); }
td.TdClassName
{
border-color: #A0FC01;
}
.TagClassName
{
border-color: #A0FC01;
}
</style>