Shades of Spring Bud #A8EC03
Tints of Spring Bud #A8EC03
RGB
CMYK
RGB Variations
Color information
#A8EC03 (or 0xA8EC03) is known color: Spring Bud. HEX triplet: A8, EC and 03. RGB value is (168,236,3). Sum of RGB (Red+Green+Blue) = 168+236+3=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EC03 is #5713FC. Grayscale: #BDBDBD. Windows color (decimal): -5706749 or 257192. OLE color: 257192.
HSL color Cylindrical-coordinate representation of color #A8EC03: hue angle of 77.51º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8EC03 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.07 |
| HSL | 77.51º | 0.97% | 0.47% | - |
| HSV(B) | 77.51º | 0.99% | 0.93% | - |
| XYZ | 46.16 | 68.32 | 10.84 | - |
| YUV | 189.11 | 22.97 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 3 | 0.29 | 0 | 0.99 | 0.07 | 77.51 | 0.97 | 0.47 |
| Hex | A8 | EC | 3 | 1D | 0 | 63 | 7 | 4E | 61 | 2F |
| Octal | 250 | 354 | 3 | 35 | 0 | 143 | 7 | 116 | 141 | 57 |
| Binary | 10101000 | 11101100 | 11 | 11101 | 0 | 1100011 | 111 | 1001110 | 1100001 | 101111 |
Color Harmonies of #A8EC03
Complementary color
Monochromatic Colors of #A8EC03
Black with #A8EC03
Text Example
Text Example
White with #A8EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC03; }
p { color: rgb(168,236,3); }
H1.HeaderClassName
{
color: #A8EC03;
}
.AnyTagClassName
{
color: #A8EC03;
}
</style>
background-color css
<style>
a { background-color: #A8EC03; }
a { background-color: rgb(168,236,3); }
div.DivClassName
{
background-color: #A8EC03;
}
.BgClassName
{
background-color: #A8EC03;
}
</style>
border-color css
<style>
span { border-color: #A8EC03; }
span { border-color: rgb(168,236,3); }
td.TdClassName
{
border-color: #A8EC03;
}
.TagClassName
{
border-color: #A8EC03;
}
</style>