Shades of Spring Bud #A0FD03
Tints of Spring Bud #A0FD03
RGB
CMYK
RGB Variations
Color information
#A0FD03 (or 0xA0FD03) is known color: Spring Bud. HEX triplet: A0, FD and 03. RGB value is (160,253,3). Sum of RGB (Red+Green+Blue) = 160+253+3=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 253 (99.22% from 255 or 60.82% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FD03 is #5F02FC. Grayscale: #C5C5C5. Windows color (decimal): -6226685 or 261536. OLE color: 261536.
HSL color Cylindrical-coordinate representation of color #A0FD03: hue angle of 82.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0FD03 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 3 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.01 |
| HSL | 82.32º | 0.98% | 0.5% | - |
| HSV(B) | 82.32º | 0.99% | 0.99% | - |
| XYZ | 49.64 | 77.73 | 12.47 | - |
| YUV | 196.69 | 18.69 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 3 | 0.37 | 0 | 0.99 | 0.01 | 82.32 | 0.98 | 0.5 |
| Hex | A0 | FD | 3 | 25 | 0 | 63 | 1 | 52 | 62 | 32 |
| Octal | 240 | 375 | 3 | 45 | 0 | 143 | 1 | 122 | 142 | 62 |
| Binary | 10100000 | 11111101 | 11 | 100101 | 0 | 1100011 | 1 | 1010010 | 1100010 | 110010 |
Color Harmonies of #A0FD03
Complementary color
Monochromatic Colors of #A0FD03
Black with #A0FD03
Text Example
Text Example
White with #A0FD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD03; }
p { color: rgb(160,253,3); }
H1.HeaderClassName
{
color: #A0FD03;
}
.AnyTagClassName
{
color: #A0FD03;
}
</style>
background-color css
<style>
a { background-color: #A0FD03; }
a { background-color: rgb(160,253,3); }
div.DivClassName
{
background-color: #A0FD03;
}
.BgClassName
{
background-color: #A0FD03;
}
</style>
border-color css
<style>
span { border-color: #A0FD03; }
span { border-color: rgb(160,253,3); }
td.TdClassName
{
border-color: #A0FD03;
}
.TagClassName
{
border-color: #A0FD03;
}
</style>