Shades of Inch Worm #A6EC0E
Tints of Inch Worm #A6EC0E
RGB
CMYK
RGB Variations
Color information
#A6EC0E (or 0xA6EC0E) is known color: Inch Worm. HEX triplet: A6, EC and 0E. RGB value is (166,236,14). Sum of RGB (Red+Green+Blue) = 166+236+14=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6EC0E is #5913F1. Grayscale: #BEBEBE. Windows color (decimal): -5837810 or 978086. OLE color: 978086.
HSL color Cylindrical-coordinate representation of color #A6EC0E: hue angle of 78.92º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6EC0E is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 14 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.07 |
| HSL | 78.92º | 0.89% | 0.49% | - |
| HSV(B) | 78.92º | 0.94% | 0.93% | - |
| XYZ | 45.8 | 68.13 | 11.15 | - |
| YUV | 189.76 | 28.81 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 14 | 0.30 | 0 | 0.94 | 0.07 | 78.92 | 0.89 | 0.49 |
| Hex | A6 | EC | E | 1E | 0 | 5E | 7 | 4F | 59 | 31 |
| Octal | 246 | 354 | 16 | 36 | 0 | 136 | 7 | 117 | 131 | 61 |
| Binary | 10100110 | 11101100 | 1110 | 11110 | 0 | 1011110 | 111 | 1001111 | 1011001 | 110001 |
Color Harmonies of #A6EC0E
Complementary color
Monochromatic Colors of #A6EC0E
Black with #A6EC0E
Text Example
Text Example
White with #A6EC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EC0E; }
p { color: rgb(166,236,14); }
H1.HeaderClassName
{
color: #A6EC0E;
}
.AnyTagClassName
{
color: #A6EC0E;
}
</style>
background-color css
<style>
a { background-color: #A6EC0E; }
a { background-color: rgb(166,236,14); }
div.DivClassName
{
background-color: #A6EC0E;
}
.BgClassName
{
background-color: #A6EC0E;
}
</style>
border-color css
<style>
span { border-color: #A6EC0E; }
span { border-color: rgb(166,236,14); }
td.TdClassName
{
border-color: #A6EC0E;
}
.TagClassName
{
border-color: #A6EC0E;
}
</style>