Shades of Spring Bud #A8EA01
Tints of Spring Bud #A8EA01
RGB
CMYK
RGB Variations
Color information
#A8EA01 (or 0xA8EA01) is known color: Spring Bud. HEX triplet: A8, EA and 01. RGB value is (168,234,1). Sum of RGB (Red+Green+Blue) = 168+234+1=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 234 (91.80% from 255 or 58.06% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EA01 is #5715FE. Grayscale: #BCBCBC. Windows color (decimal): -5707263 or 125608. OLE color: 125608.
HSL color Cylindrical-coordinate representation of color #A8EA01: hue angle of 77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8EA01 is Cyan = 0.28, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 1 | - |
| CMYK | 0.28 | 0 | 1.00 | 0.08 |
| HSL | 77º | 0.99% | 0.46% | - |
| HSV(B) | 77º | 1% | 0.92% | - |
| XYZ | 45.58 | 67.17 | 10.59 | - |
| YUV | 187.7 | 22.63 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 1 | 0.28 | 0 | 1.00 | 0.08 | 77 | 0.99 | 0.46 |
| Hex | A8 | EA | 1 | 1C | 0 | 64 | 8 | 4D | 63 | 2E |
| Octal | 250 | 352 | 1 | 34 | 0 | 144 | 10 | 115 | 143 | 56 |
| Binary | 10101000 | 11101010 | 1 | 11100 | 0 | 1100100 | 1000 | 1001101 | 1100011 | 101110 |
Color Harmonies of #A8EA01
Complementary color
Monochromatic Colors of #A8EA01
Black with #A8EA01
Text Example
Text Example
White with #A8EA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA01; }
p { color: rgb(168,234,1); }
H1.HeaderClassName
{
color: #A8EA01;
}
.AnyTagClassName
{
color: #A8EA01;
}
</style>
background-color css
<style>
a { background-color: #A8EA01; }
a { background-color: rgb(168,234,1); }
div.DivClassName
{
background-color: #A8EA01;
}
.BgClassName
{
background-color: #A8EA01;
}
</style>
border-color css
<style>
span { border-color: #A8EA01; }
span { border-color: rgb(168,234,1); }
td.TdClassName
{
border-color: #A8EA01;
}
.TagClassName
{
border-color: #A8EA01;
}
</style>