Shades of Spring Bud #A8EB00
Tints of Spring Bud #A8EB00
RGB
CMYK
RGB Variations
Color information
#A8EB00 (or 0xA8EB00) is known color: Spring Bud. HEX triplet: A8, EB and 00. RGB value is (168,235,0). Sum of RGB (Red+Green+Blue) = 168+235+0=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 235 (92.19% from 255 or 58.31% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EB00 is #5714FF. Grayscale: #BDBDBD. Windows color (decimal): -5707008 or 60328. OLE color: 60328.
HSL color Cylindrical-coordinate representation of color #A8EB00: hue angle of 77.11º 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 #A8EB00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.08 |
| HSL | 77.11º | 1% | 0.46% | - |
| HSV(B) | 77.11º | 1% | 0.92% | - |
| XYZ | 45.86 | 67.74 | 10.66 | - |
| YUV | 188.18 | 21.8 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 0 | 0.29 | 0 | 1 | 0.08 | 77.11 | 1 | 0.46 |
| Hex | A8 | EB | 0 | 1D | 0 | 64 | 8 | 4D | 64 | 2E |
| Octal | 250 | 353 | 0 | 35 | 0 | 144 | 10 | 115 | 144 | 56 |
| Binary | 10101000 | 11101011 | 0 | 11101 | 0 | 1100100 | 1000 | 1001101 | 1100100 | 101110 |
Color Harmonies of #A8EB00
Complementary color
Monochromatic Colors of #A8EB00
Black with #A8EB00
Text Example
Text Example
White with #A8EB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB00; }
p { color: rgb(168,235,0); }
H1.HeaderClassName
{
color: #A8EB00;
}
.AnyTagClassName
{
color: #A8EB00;
}
</style>
background-color css
<style>
a { background-color: #A8EB00; }
a { background-color: rgb(168,235,0); }
div.DivClassName
{
background-color: #A8EB00;
}
.BgClassName
{
background-color: #A8EB00;
}
</style>
border-color css
<style>
span { border-color: #A8EB00; }
span { border-color: rgb(168,235,0); }
td.TdClassName
{
border-color: #A8EB00;
}
.TagClassName
{
border-color: #A8EB00;
}
</style>