Shades of Inch Worm #A6F110
Tints of Inch Worm #A6F110
RGB
CMYK
RGB Variations
Color information
#A6F110 (or 0xA6F110) is known color: Inch Worm. HEX triplet: A6, F1 and 10. RGB value is (166,241,16). Sum of RGB (Red+Green+Blue) = 166+241+16=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F110 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F110 is #590EEF. Grayscale: #C1C1C1. Windows color (decimal): -5836528 or 1110438. OLE color: 1110438.
HSL color Cylindrical-coordinate representation of color #A6F110: hue angle of 80º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6F110 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 16 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.05 |
| HSL | 80º | 0.89% | 0.5% | - |
| HSV(B) | 80º | 0.93% | 0.95% | - |
| XYZ | 47.27 | 71.05 | 11.71 | - |
| YUV | 192.93 | 28.15 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 16 | 0.31 | 0 | 0.93 | 0.05 | 80 | 0.89 | 0.5 |
| Hex | A6 | F1 | 10 | 1F | 0 | 5D | 5 | 50 | 59 | 32 |
| Octal | 246 | 361 | 20 | 37 | 0 | 135 | 5 | 120 | 131 | 62 |
| Binary | 10100110 | 11110001 | 10000 | 11111 | 0 | 1011101 | 101 | 1010000 | 1011001 | 110010 |
Color Harmonies of #A6F110
Complementary color
Monochromatic Colors of #A6F110
Black with #A6F110
Text Example
Text Example
White with #A6F110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F110; }
p { color: rgb(166,241,16); }
H1.HeaderClassName
{
color: #A6F110;
}
.AnyTagClassName
{
color: #A6F110;
}
</style>
background-color css
<style>
a { background-color: #A6F110; }
a { background-color: rgb(166,241,16); }
div.DivClassName
{
background-color: #A6F110;
}
.BgClassName
{
background-color: #A6F110;
}
</style>
border-color css
<style>
span { border-color: #A6F110; }
span { border-color: rgb(166,241,16); }
td.TdClassName
{
border-color: #A6F110;
}
.TagClassName
{
border-color: #A6F110;
}
</style>