Shades of Inch Worm #A6E201
Tints of Inch Worm #A6E201
RGB
CMYK
RGB Variations
Color information
#A6E201 (or 0xA6E201) is known color: Inch Worm. HEX triplet: A6, E2 and 01. RGB value is (166,226,1). Sum of RGB (Red+Green+Blue) = 166+226+1=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 226 (88.67% from 255 or 57.51% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E201 is #591DFE. Grayscale: #B7B7B7. Windows color (decimal): -5840383 or 123558. OLE color: 123558.
HSL color Cylindrical-coordinate representation of color #A6E201: hue angle of 76º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6E201 is Cyan = 0.27, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 226 | 1 | - |
| CMYK | 0.27 | 0 | 1.00 | 0.11 |
| HSL | 76º | 0.99% | 0.45% | - |
| HSV(B) | 76º | 1% | 0.89% | - |
| XYZ | 42.93 | 62.5 | 9.83 | - |
| YUV | 182.41 | 25.62 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 226 | 1 | 0.27 | 0 | 1.00 | 0.11 | 76 | 0.99 | 0.45 |
| Hex | A6 | E2 | 1 | 1B | 0 | 64 | B | 4C | 63 | 2D |
| Octal | 246 | 342 | 1 | 33 | 0 | 144 | 13 | 114 | 143 | 55 |
| Binary | 10100110 | 11100010 | 1 | 11011 | 0 | 1100100 | 1011 | 1001100 | 1100011 | 101101 |
Color Harmonies of #A6E201
Complementary color
Monochromatic Colors of #A6E201
Black with #A6E201
Text Example
Text Example
White with #A6E201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E201; }
p { color: rgb(166,226,1); }
H1.HeaderClassName
{
color: #A6E201;
}
.AnyTagClassName
{
color: #A6E201;
}
</style>
background-color css
<style>
a { background-color: #A6E201; }
a { background-color: rgb(166,226,1); }
div.DivClassName
{
background-color: #A6E201;
}
.BgClassName
{
background-color: #A6E201;
}
</style>
border-color css
<style>
span { border-color: #A6E201; }
span { border-color: rgb(166,226,1); }
td.TdClassName
{
border-color: #A6E201;
}
.TagClassName
{
border-color: #A6E201;
}
</style>