Shades of Spring Bud #A8EC04
Tints of Spring Bud #A8EC04
RGB
CMYK
RGB Variations
Color information
#A8EC04 (or 0xA8EC04) is known color: Spring Bud. HEX triplet: A8, EC and 04. RGB value is (168,236,4). Sum of RGB (Red+Green+Blue) = 168+236+4=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EC04 is #5713FB. Grayscale: #BEBEBE. Windows color (decimal): -5706748 or 322728. OLE color: 322728.
HSL color Cylindrical-coordinate representation of color #A8EC04: hue angle of 77.59º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8EC04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.07 |
| HSL | 77.59º | 0.97% | 0.47% | - |
| HSV(B) | 77.59º | 0.98% | 0.93% | - |
| XYZ | 46.17 | 68.32 | 10.87 | - |
| YUV | 189.22 | 23.47 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 4 | 0.29 | 0 | 0.98 | 0.07 | 77.59 | 0.97 | 0.47 |
| Hex | A8 | EC | 4 | 1D | 0 | 62 | 7 | 4E | 61 | 2F |
| Octal | 250 | 354 | 4 | 35 | 0 | 142 | 7 | 116 | 141 | 57 |
| Binary | 10101000 | 11101100 | 100 | 11101 | 0 | 1100010 | 111 | 1001110 | 1100001 | 101111 |
Color Harmonies of #A8EC04
Complementary color
Monochromatic Colors of #A8EC04
Black with #A8EC04
Text Example
Text Example
White with #A8EC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC04; }
p { color: rgb(168,236,4); }
H1.HeaderClassName
{
color: #A8EC04;
}
.AnyTagClassName
{
color: #A8EC04;
}
</style>
background-color css
<style>
a { background-color: #A8EC04; }
a { background-color: rgb(168,236,4); }
div.DivClassName
{
background-color: #A8EC04;
}
.BgClassName
{
background-color: #A8EC04;
}
</style>
border-color css
<style>
span { border-color: #A8EC04; }
span { border-color: rgb(168,236,4); }
td.TdClassName
{
border-color: #A8EC04;
}
.TagClassName
{
border-color: #A8EC04;
}
</style>