Shades of Spring Bud #A0FD02
Tints of Spring Bud #A0FD02
RGB
CMYK
RGB Variations
Color information
#A0FD02 (or 0xA0FD02) is known color: Spring Bud. HEX triplet: A0, FD and 02. RGB value is (160,253,2). Sum of RGB (Red+Green+Blue) = 160+253+2=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 253 (99.22% from 255 or 60.96% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FD02 is #5F02FD. Grayscale: #C5C5C5. Windows color (decimal): -6226686 or 196000. OLE color: 196000.
HSL color Cylindrical-coordinate representation of color #A0FD02: hue angle of 82.23º 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 #A0FD02 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.01 |
| HSL | 82.23º | 0.98% | 0.5% | - |
| HSV(B) | 82.23º | 0.99% | 0.99% | - |
| XYZ | 49.63 | 77.73 | 12.44 | - |
| YUV | 196.58 | 18.19 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 2 | 0.37 | 0 | 0.99 | 0.01 | 82.23 | 0.98 | 0.5 |
| Hex | A0 | FD | 2 | 25 | 0 | 63 | 1 | 52 | 62 | 32 |
| Octal | 240 | 375 | 2 | 45 | 0 | 143 | 1 | 122 | 142 | 62 |
| Binary | 10100000 | 11111101 | 10 | 100101 | 0 | 1100011 | 1 | 1010010 | 1100010 | 110010 |
Color Harmonies of #A0FD02
Complementary color
Monochromatic Colors of #A0FD02
Black with #A0FD02
Text Example
Text Example
White with #A0FD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD02; }
p { color: rgb(160,253,2); }
H1.HeaderClassName
{
color: #A0FD02;
}
.AnyTagClassName
{
color: #A0FD02;
}
</style>
background-color css
<style>
a { background-color: #A0FD02; }
a { background-color: rgb(160,253,2); }
div.DivClassName
{
background-color: #A0FD02;
}
.BgClassName
{
background-color: #A0FD02;
}
</style>
border-color css
<style>
span { border-color: #A0FD02; }
span { border-color: rgb(160,253,2); }
td.TdClassName
{
border-color: #A0FD02;
}
.TagClassName
{
border-color: #A0FD02;
}
</style>