Shades of Spring Bud #A0FF13
Tints of Spring Bud #A0FF13
RGB
CMYK
RGB Variations
Color information
#A0FF13 (or 0xA0FF13) is known color: Spring Bud. HEX triplet: A0, FF and 13. RGB value is (160,255,19). Sum of RGB (Red+Green+Blue) = 160+255+19=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FF13 is #5F00EC. Grayscale: #C8C8C8. Windows color (decimal): -6226157 or 1310624. OLE color: 1310624.
HSL color Cylindrical-coordinate representation of color #A0FF13: hue angle of 84.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0FF13 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 19 | - |
| CMYK | 0.37 | 0 | 0.93 | 0 |
| HSL | 84.15º | 1% | 0.54% | - |
| HSV(B) | 84.15º | 0.93% | 1% | - |
| XYZ | 50.37 | 79.04 | 13.22 | - |
| YUV | 199.69 | 26.03 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 19 | 0.37 | 0 | 0.93 | 0 | 84.15 | 1 | 0.54 |
| Hex | A0 | FF | 13 | 25 | 0 | 5D | 0 | 54 | 64 | 36 |
| Octal | 240 | 377 | 23 | 45 | 0 | 135 | 0 | 124 | 144 | 66 |
| Binary | 10100000 | 11111111 | 10011 | 100101 | 0 | 1011101 | 0 | 1010100 | 1100100 | 110110 |
Color Harmonies of #A0FF13
Complementary color
Monochromatic Colors of #A0FF13
Black with #A0FF13
Text Example
Text Example
White with #A0FF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF13; }
p { color: rgb(160,255,19); }
H1.HeaderClassName
{
color: #A0FF13;
}
.AnyTagClassName
{
color: #A0FF13;
}
</style>
background-color css
<style>
a { background-color: #A0FF13; }
a { background-color: rgb(160,255,19); }
div.DivClassName
{
background-color: #A0FF13;
}
.BgClassName
{
background-color: #A0FF13;
}
</style>
border-color css
<style>
span { border-color: #A0FF13; }
span { border-color: rgb(160,255,19); }
td.TdClassName
{
border-color: #A0FF13;
}
.TagClassName
{
border-color: #A0FF13;
}
</style>