Shades of Inch Worm #A6E616
Tints of Inch Worm #A6E616
RGB
CMYK
RGB Variations
Color information
#A6E616 (or 0xA6E616) is known color: Inch Worm. HEX triplet: A6, E6 and 16. RGB value is (166,230,22). Sum of RGB (Red+Green+Blue) = 166+230+22=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 230 (90.23% from 255 or 55.02% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6E616 is #5919E9. Grayscale: #BBBBBB. Windows color (decimal): -5839338 or 1500838. OLE color: 1500838.
HSL color Cylindrical-coordinate representation of color #A6E616: hue angle of 78.46º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6E616 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 22 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.10 |
| HSL | 78.46º | 0.83% | 0.49% | - |
| HSV(B) | 78.46º | 0.9% | 0.9% | - |
| XYZ | 44.17 | 64.76 | 10.93 | - |
| YUV | 187.15 | 34.8 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 22 | 0.28 | 0 | 0.90 | 0.10 | 78.46 | 0.83 | 0.49 |
| Hex | A6 | E6 | 16 | 1C | 0 | 5A | A | 4E | 53 | 31 |
| Octal | 246 | 346 | 26 | 34 | 0 | 132 | 12 | 116 | 123 | 61 |
| Binary | 10100110 | 11100110 | 10110 | 11100 | 0 | 1011010 | 1010 | 1001110 | 1010011 | 110001 |
Color Harmonies of #A6E616
Complementary color
Monochromatic Colors of #A6E616
Black with #A6E616
Text Example
Text Example
White with #A6E616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E616; }
p { color: rgb(166,230,22); }
H1.HeaderClassName
{
color: #A6E616;
}
.AnyTagClassName
{
color: #A6E616;
}
</style>
background-color css
<style>
a { background-color: #A6E616; }
a { background-color: rgb(166,230,22); }
div.DivClassName
{
background-color: #A6E616;
}
.BgClassName
{
background-color: #A6E616;
}
</style>
border-color css
<style>
span { border-color: #A6E616; }
span { border-color: rgb(166,230,22); }
td.TdClassName
{
border-color: #A6E616;
}
.TagClassName
{
border-color: #A6E616;
}
</style>