Shades of Spring Bud #A0FF02
Tints of Spring Bud #A0FF02
RGB
CMYK
RGB Variations
Color information
#A0FF02 (or 0xA0FF02) is known color: Spring Bud. HEX triplet: A0, FF and 02. RGB value is (160,255,2). Sum of RGB (Red+Green+Blue) = 160+255+2=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FF02 is #5F00FD. Grayscale: #C6C6C6. Windows color (decimal): -6226174 or 196512. OLE color: 196512.
HSL color Cylindrical-coordinate representation of color #A0FF02: hue angle of 82.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0FF02 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0 |
| HSL | 82.53º | 1% | 0.5% | - |
| HSV(B) | 82.53º | 0.99% | 1% | - |
| XYZ | 50.27 | 79 | 12.66 | - |
| YUV | 197.75 | 17.53 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 2 | 0.37 | 0 | 0.99 | 0 | 82.53 | 1 | 0.5 |
| Hex | A0 | FF | 2 | 25 | 0 | 63 | 0 | 53 | 64 | 32 |
| Octal | 240 | 377 | 2 | 45 | 0 | 143 | 0 | 123 | 144 | 62 |
| Binary | 10100000 | 11111111 | 10 | 100101 | 0 | 1100011 | 0 | 1010011 | 1100100 | 110010 |
Color Harmonies of #A0FF02
Complementary color
Monochromatic Colors of #A0FF02
Black with #A0FF02
Text Example
Text Example
White with #A0FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF02; }
p { color: rgb(160,255,2); }
H1.HeaderClassName
{
color: #A0FF02;
}
.AnyTagClassName
{
color: #A0FF02;
}
</style>
background-color css
<style>
a { background-color: #A0FF02; }
a { background-color: rgb(160,255,2); }
div.DivClassName
{
background-color: #A0FF02;
}
.BgClassName
{
background-color: #A0FF02;
}
</style>
border-color css
<style>
span { border-color: #A0FF02; }
span { border-color: rgb(160,255,2); }
td.TdClassName
{
border-color: #A0FF02;
}
.TagClassName
{
border-color: #A0FF02;
}
</style>