Shades of Spring Bud #A8EA00
Tints of Spring Bud #A8EA00
RGB
CMYK
RGB Variations
Color information
#A8EA00 (or 0xA8EA00) is known color: Spring Bud. HEX triplet: A8, EA and 00. RGB value is (168,234,0). Sum of RGB (Red+Green+Blue) = 168+234+0=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 234 (91.80% from 255 or 58.21% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EA00 is #5715FF. Grayscale: #BCBCBC. Windows color (decimal): -5707264 or 60072. OLE color: 60072.
HSL color Cylindrical-coordinate representation of color #A8EA00: hue angle of 76.92º 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 #A8EA00 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.08 |
| HSL | 76.92º | 1% | 0.46% | - |
| HSV(B) | 76.92º | 1% | 0.92% | - |
| XYZ | 45.57 | 67.17 | 10.56 | - |
| YUV | 187.59 | 22.13 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 0 | 0.28 | 0 | 1 | 0.08 | 76.92 | 1 | 0.46 |
| Hex | A8 | EA | 0 | 1C | 0 | 64 | 8 | 4D | 64 | 2E |
| Octal | 250 | 352 | 0 | 34 | 0 | 144 | 10 | 115 | 144 | 56 |
| Binary | 10101000 | 11101010 | 0 | 11100 | 0 | 1100100 | 1000 | 1001101 | 1100100 | 101110 |
Color Harmonies of #A8EA00
Complementary color
Monochromatic Colors of #A8EA00
Black with #A8EA00
Text Example
Text Example
White with #A8EA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA00; }
p { color: rgb(168,234,0); }
H1.HeaderClassName
{
color: #A8EA00;
}
.AnyTagClassName
{
color: #A8EA00;
}
</style>
background-color css
<style>
a { background-color: #A8EA00; }
a { background-color: rgb(168,234,0); }
div.DivClassName
{
background-color: #A8EA00;
}
.BgClassName
{
background-color: #A8EA00;
}
</style>
border-color css
<style>
span { border-color: #A8EA00; }
span { border-color: rgb(168,234,0); }
td.TdClassName
{
border-color: #A8EA00;
}
.TagClassName
{
border-color: #A8EA00;
}
</style>