Shades of Spring Bud #A0EB00
Tints of Spring Bud #A0EB00
RGB
CMYK
RGB Variations
Color information
#A0EB00 (or 0xA0EB00) is known color: Spring Bud. HEX triplet: A0, EB and 00. RGB value is (160,235,0). Sum of RGB (Red+Green+Blue) = 160+235+0=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 235 (92.19% from 255 or 59.49% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EB00 is #5F14FF. Grayscale: #BABABA. Windows color (decimal): -6231296 or 60320. OLE color: 60320.
HSL color Cylindrical-coordinate representation of color #A0EB00: hue angle of 79.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0EB00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 235 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.08 |
| HSL | 79.15º | 1% | 0.46% | - |
| HSV(B) | 79.15º | 1% | 0.92% | - |
| XYZ | 44.21 | 66.89 | 10.58 | - |
| YUV | 185.79 | 23.15 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 235 | 0 | 0.32 | 0 | 1 | 0.08 | 79.15 | 1 | 0.46 |
| Hex | A0 | EB | 0 | 20 | 0 | 64 | 8 | 4F | 64 | 2E |
| Octal | 240 | 353 | 0 | 40 | 0 | 144 | 10 | 117 | 144 | 56 |
| Binary | 10100000 | 11101011 | 0 | 100000 | 0 | 1100100 | 1000 | 1001111 | 1100100 | 101110 |
Color Harmonies of #A0EB00
Complementary color
Monochromatic Colors of #A0EB00
Black with #A0EB00
Text Example
Text Example
White with #A0EB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EB00; }
p { color: rgb(160,235,0); }
H1.HeaderClassName
{
color: #A0EB00;
}
.AnyTagClassName
{
color: #A0EB00;
}
</style>
background-color css
<style>
a { background-color: #A0EB00; }
a { background-color: rgb(160,235,0); }
div.DivClassName
{
background-color: #A0EB00;
}
.BgClassName
{
background-color: #A0EB00;
}
</style>
border-color css
<style>
span { border-color: #A0EB00; }
span { border-color: rgb(160,235,0); }
td.TdClassName
{
border-color: #A0EB00;
}
.TagClassName
{
border-color: #A0EB00;
}
</style>