Shades of Spring Bud #A0FF00
Tints of Spring Bud #A0FF00
RGB
CMYK
RGB Variations
Color information
#A0FF00 (or 0xA0FF00) is known color: Spring Bud. HEX triplet: A0, FF and 00. RGB value is (160,255,0). Sum of RGB (Red+Green+Blue) = 160+255+0=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FF00 is #5F00FF. Grayscale: #C6C6C6. Windows color (decimal): -6226176 or 65440. OLE color: 65440.
HSL color Cylindrical-coordinate representation of color #A0FF00: hue angle of 82.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0FF00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0 |
| HSL | 82.35º | 1% | 0.5% | - |
| HSV(B) | 82.35º | 1% | 1% | - |
| XYZ | 50.26 | 78.99 | 12.6 | - |
| YUV | 197.53 | 16.53 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 0 | 0.37 | 0 | 1 | 0 | 82.35 | 1 | 0.5 |
| Hex | A0 | FF | 0 | 25 | 0 | 64 | 0 | 52 | 64 | 32 |
| Octal | 240 | 377 | 0 | 45 | 0 | 144 | 0 | 122 | 144 | 62 |
| Binary | 10100000 | 11111111 | 0 | 100101 | 0 | 1100100 | 0 | 1010010 | 1100100 | 110010 |
Color Harmonies of #A0FF00
Complementary color
Monochromatic Colors of #A0FF00
Black with #A0FF00
Text Example
Text Example
White with #A0FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF00; }
p { color: rgb(160,255,0); }
H1.HeaderClassName
{
color: #A0FF00;
}
.AnyTagClassName
{
color: #A0FF00;
}
</style>
background-color css
<style>
a { background-color: #A0FF00; }
a { background-color: rgb(160,255,0); }
div.DivClassName
{
background-color: #A0FF00;
}
.BgClassName
{
background-color: #A0FF00;
}
</style>
border-color css
<style>
span { border-color: #A0FF00; }
span { border-color: rgb(160,255,0); }
td.TdClassName
{
border-color: #A0FF00;
}
.TagClassName
{
border-color: #A0FF00;
}
</style>