Shades of Spring Bud #A6EC00
Tints of Spring Bud #A6EC00
RGB
CMYK
RGB Variations
Color information
#A6EC00 (or 0xA6EC00) is known color: Spring Bud. HEX triplet: A6, EC and 00. RGB value is (166,236,0). Sum of RGB (Red+Green+Blue) = 166+236+0=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6EC00 is #5913FF. Grayscale: #BDBDBD. Windows color (decimal): -5837824 or 60582. OLE color: 60582.
HSL color Cylindrical-coordinate representation of color #A6EC00: hue angle of 77.8º 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 #A6EC00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.07 |
| HSL | 77.8º | 1% | 0.46% | - |
| HSV(B) | 77.8º | 1% | 0.93% | - |
| XYZ | 45.72 | 68.1 | 10.73 | - |
| YUV | 188.17 | 21.81 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 0 | 0.30 | 0 | 1 | 0.07 | 77.8 | 1 | 0.46 |
| Hex | A6 | EC | 0 | 1E | 0 | 64 | 7 | 4E | 64 | 2E |
| Octal | 246 | 354 | 0 | 36 | 0 | 144 | 7 | 116 | 144 | 56 |
| Binary | 10100110 | 11101100 | 0 | 11110 | 0 | 1100100 | 111 | 1001110 | 1100100 | 101110 |
Color Harmonies of #A6EC00
Complementary color
Monochromatic Colors of #A6EC00
Black with #A6EC00
Text Example
Text Example
White with #A6EC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EC00; }
p { color: rgb(166,236,0); }
H1.HeaderClassName
{
color: #A6EC00;
}
.AnyTagClassName
{
color: #A6EC00;
}
</style>
background-color css
<style>
a { background-color: #A6EC00; }
a { background-color: rgb(166,236,0); }
div.DivClassName
{
background-color: #A6EC00;
}
.BgClassName
{
background-color: #A6EC00;
}
</style>
border-color css
<style>
span { border-color: #A6EC00; }
span { border-color: rgb(166,236,0); }
td.TdClassName
{
border-color: #A6EC00;
}
.TagClassName
{
border-color: #A6EC00;
}
</style>