Shades of Inch Worm #A6E11C
Tints of Inch Worm #A6E11C
RGB
CMYK
RGB Variations
Color information
#A6E11C (or 0xA6E11C) is known color: Inch Worm. HEX triplet: A6, E1 and 1C. RGB value is (166,225,28). Sum of RGB (Red+Green+Blue) = 166+225+28=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E11C is #591EE3. Grayscale: #B9B9B9. Windows color (decimal): -5840612 or 1892774. OLE color: 1892774.
HSL color Cylindrical-coordinate representation of color #A6E11C: hue angle of 77.97º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6E11C is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 225 | 28 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.12 |
| HSL | 77.97º | 0.78% | 0.5% | - |
| HSV(B) | 77.97º | 0.88% | 0.88% | - |
| XYZ | 42.86 | 62.04 | 10.81 | - |
| YUV | 184.9 | 39.45 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 28 | 0.26 | 0 | 0.88 | 0.12 | 77.97 | 0.78 | 0.5 |
| Hex | A6 | E1 | 1C | 1A | 0 | 58 | C | 4E | 4E | 32 |
| Octal | 246 | 341 | 34 | 32 | 0 | 130 | 14 | 116 | 116 | 62 |
| Binary | 10100110 | 11100001 | 11100 | 11010 | 0 | 1011000 | 1100 | 1001110 | 1001110 | 110010 |
Color Harmonies of #A6E11C
Complementary color
Monochromatic Colors of #A6E11C
Black with #A6E11C
Text Example
Text Example
White with #A6E11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E11C; }
p { color: rgb(166,225,28); }
H1.HeaderClassName
{
color: #A6E11C;
}
.AnyTagClassName
{
color: #A6E11C;
}
</style>
background-color css
<style>
a { background-color: #A6E11C; }
a { background-color: rgb(166,225,28); }
div.DivClassName
{
background-color: #A6E11C;
}
.BgClassName
{
background-color: #A6E11C;
}
</style>
border-color css
<style>
span { border-color: #A6E11C; }
span { border-color: rgb(166,225,28); }
td.TdClassName
{
border-color: #A6E11C;
}
.TagClassName
{
border-color: #A6E11C;
}
</style>