Shades of Spring Bud #A0FD01
Tints of Spring Bud #A0FD01
RGB
CMYK
RGB Variations
Color information
#A0FD01 (or 0xA0FD01) is known color: Spring Bud. HEX triplet: A0, FD and 01. RGB value is (160,253,1). Sum of RGB (Red+Green+Blue) = 160+253+1=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 253 (99.22% from 255 or 61.11% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FD01 is #5F02FE. Grayscale: #C5C5C5. Windows color (decimal): -6226687 or 130464. OLE color: 130464.
HSL color Cylindrical-coordinate representation of color #A0FD01: hue angle of 82.14º 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 #A0FD01 is Cyan = 0.37, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 1 | - |
| CMYK | 0.37 | 0 | 1.00 | 0.01 |
| HSL | 82.14º | 0.99% | 0.5% | - |
| HSV(B) | 82.14º | 1% | 0.99% | - |
| XYZ | 49.63 | 77.73 | 12.42 | - |
| YUV | 196.47 | 17.69 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 1 | 0.37 | 0 | 1.00 | 0.01 | 82.14 | 0.99 | 0.5 |
| Hex | A0 | FD | 1 | 25 | 0 | 64 | 1 | 52 | 63 | 32 |
| Octal | 240 | 375 | 1 | 45 | 0 | 144 | 1 | 122 | 143 | 62 |
| Binary | 10100000 | 11111101 | 1 | 100101 | 0 | 1100100 | 1 | 1010010 | 1100011 | 110010 |
Color Harmonies of #A0FD01
Complementary color
Monochromatic Colors of #A0FD01
Black with #A0FD01
Text Example
Text Example
White with #A0FD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD01; }
p { color: rgb(160,253,1); }
H1.HeaderClassName
{
color: #A0FD01;
}
.AnyTagClassName
{
color: #A0FD01;
}
</style>
background-color css
<style>
a { background-color: #A0FD01; }
a { background-color: rgb(160,253,1); }
div.DivClassName
{
background-color: #A0FD01;
}
.BgClassName
{
background-color: #A0FD01;
}
</style>
border-color css
<style>
span { border-color: #A0FD01; }
span { border-color: rgb(160,253,1); }
td.TdClassName
{
border-color: #A0FD01;
}
.TagClassName
{
border-color: #A0FD01;
}
</style>