Shades of Inch Worm #A6EC10
Tints of Inch Worm #A6EC10
RGB
CMYK
RGB Variations
Color information
#A6EC10 (or 0xA6EC10) is known color: Inch Worm. HEX triplet: A6, EC and 10. RGB value is (166,236,16). Sum of RGB (Red+Green+Blue) = 166+236+16=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 236 (92.58% from 255 or 56.46% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6EC10 is #5913EF. Grayscale: #BEBEBE. Windows color (decimal): -5837808 or 1109158. OLE color: 1109158.
HSL color Cylindrical-coordinate representation of color #A6EC10: hue angle of 79.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6EC10 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 16 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.07 |
| HSL | 79.09º | 0.87% | 0.49% | - |
| HSV(B) | 79.09º | 0.93% | 0.93% | - |
| XYZ | 45.81 | 68.14 | 11.23 | - |
| YUV | 189.99 | 29.81 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 16 | 0.30 | 0 | 0.93 | 0.07 | 79.09 | 0.87 | 0.49 |
| Hex | A6 | EC | 10 | 1E | 0 | 5D | 7 | 4F | 57 | 31 |
| Octal | 246 | 354 | 20 | 36 | 0 | 135 | 7 | 117 | 127 | 61 |
| Binary | 10100110 | 11101100 | 10000 | 11110 | 0 | 1011101 | 111 | 1001111 | 1010111 | 110001 |
Color Harmonies of #A6EC10
Complementary color
Monochromatic Colors of #A6EC10
Black with #A6EC10
Text Example
Text Example
White with #A6EC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EC10; }
p { color: rgb(166,236,16); }
H1.HeaderClassName
{
color: #A6EC10;
}
.AnyTagClassName
{
color: #A6EC10;
}
</style>
background-color css
<style>
a { background-color: #A6EC10; }
a { background-color: rgb(166,236,16); }
div.DivClassName
{
background-color: #A6EC10;
}
.BgClassName
{
background-color: #A6EC10;
}
</style>
border-color css
<style>
span { border-color: #A6EC10; }
span { border-color: rgb(166,236,16); }
td.TdClassName
{
border-color: #A6EC10;
}
.TagClassName
{
border-color: #A6EC10;
}
</style>