Shades of Spring Bud #A8EB02
Tints of Spring Bud #A8EB02
RGB
CMYK
RGB Variations
Color information
#A8EB02 (or 0xA8EB02) is known color: Spring Bud. HEX triplet: A8, EB and 02. RGB value is (168,235,2). Sum of RGB (Red+Green+Blue) = 168+235+2=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 235 (92.19% from 255 or 58.02% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EB02 is #5714FD. Grayscale: #BDBDBD. Windows color (decimal): -5707006 or 191400. OLE color: 191400.
HSL color Cylindrical-coordinate representation of color #A8EB02: hue angle of 77.25º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8EB02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.08 |
| HSL | 77.25º | 0.98% | 0.46% | - |
| HSV(B) | 77.25º | 0.99% | 0.92% | - |
| XYZ | 45.87 | 67.75 | 10.72 | - |
| YUV | 188.41 | 22.8 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 2 | 0.29 | 0 | 0.99 | 0.08 | 77.25 | 0.98 | 0.46 |
| Hex | A8 | EB | 2 | 1D | 0 | 63 | 8 | 4D | 62 | 2E |
| Octal | 250 | 353 | 2 | 35 | 0 | 143 | 10 | 115 | 142 | 56 |
| Binary | 10101000 | 11101011 | 10 | 11101 | 0 | 1100011 | 1000 | 1001101 | 1100010 | 101110 |
Color Harmonies of #A8EB02
Complementary color
Monochromatic Colors of #A8EB02
Black with #A8EB02
Text Example
Text Example
White with #A8EB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB02; }
p { color: rgb(168,235,2); }
H1.HeaderClassName
{
color: #A8EB02;
}
.AnyTagClassName
{
color: #A8EB02;
}
</style>
background-color css
<style>
a { background-color: #A8EB02; }
a { background-color: rgb(168,235,2); }
div.DivClassName
{
background-color: #A8EB02;
}
.BgClassName
{
background-color: #A8EB02;
}
</style>
border-color css
<style>
span { border-color: #A8EB02; }
span { border-color: rgb(168,235,2); }
td.TdClassName
{
border-color: #A8EB02;
}
.TagClassName
{
border-color: #A8EB02;
}
</style>