Shades of Spring Bud #A3EC00
Tints of Spring Bud #A3EC00
RGB
CMYK
RGB Variations
Color information
#A3EC00 (or 0xA3EC00) is known color: Spring Bud. HEX triplet: A3, EC and 00. RGB value is (163,236,0). Sum of RGB (Red+Green+Blue) = 163+236+0=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 236 (92.58% from 255 or 59.15% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 236 - color contains mainly: green. Hex color #A3EC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3EC00 is #5C13FF. Grayscale: #BCBCBC. Windows color (decimal): -6034432 or 60579. OLE color: 60579.
HSL color Cylindrical-coordinate representation of color #A3EC00: hue angle of 78.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3EC00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.07 |
| HSL | 78.56º | 1% | 0.46% | - |
| HSV(B) | 78.56º | 1% | 0.93% | - |
| XYZ | 45.1 | 67.78 | 10.71 | - |
| YUV | 187.27 | 22.32 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 0 | 0.31 | 0 | 1 | 0.07 | 78.56 | 1 | 0.46 |
| Hex | A3 | EC | 0 | 1F | 0 | 64 | 7 | 4F | 64 | 2E |
| Octal | 243 | 354 | 0 | 37 | 0 | 144 | 7 | 117 | 144 | 56 |
| Binary | 10100011 | 11101100 | 0 | 11111 | 0 | 1100100 | 111 | 1001111 | 1100100 | 101110 |
Color Harmonies of #A3EC00
Complementary color
Monochromatic Colors of #A3EC00
Black with #A3EC00
Text Example
Text Example
White with #A3EC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EC00; }
p { color: rgb(163,236,0); }
H1.HeaderClassName
{
color: #A3EC00;
}
.AnyTagClassName
{
color: #A3EC00;
}
</style>
background-color css
<style>
a { background-color: #A3EC00; }
a { background-color: rgb(163,236,0); }
div.DivClassName
{
background-color: #A3EC00;
}
.BgClassName
{
background-color: #A3EC00;
}
</style>
border-color css
<style>
span { border-color: #A3EC00; }
span { border-color: rgb(163,236,0); }
td.TdClassName
{
border-color: #A3EC00;
}
.TagClassName
{
border-color: #A3EC00;
}
</style>