Shades of Inch Worm #A6E21E
Tints of Inch Worm #A6E21E
RGB
CMYK
RGB Variations
Color information
#A6E21E (or 0xA6E21E) is known color: Inch Worm. HEX triplet: A6, E2 and 1E. RGB value is (166,226,30). Sum of RGB (Red+Green+Blue) = 166+226+30=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 226 (88.67% from 255 or 53.55% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E21E is #591DE1. Grayscale: #BABABA. Windows color (decimal): -5840354 or 2024102. OLE color: 2024102.
HSL color Cylindrical-coordinate representation of color #A6E21E: hue angle of 78.37º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6E21E is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 226 | 30 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.11 |
| HSL | 78.37º | 0.77% | 0.5% | - |
| HSV(B) | 78.37º | 0.87% | 0.89% | - |
| XYZ | 43.16 | 62.59 | 11.04 | - |
| YUV | 185.72 | 40.12 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 226 | 30 | 0.27 | 0 | 0.87 | 0.11 | 78.37 | 0.77 | 0.5 |
| Hex | A6 | E2 | 1E | 1B | 0 | 57 | B | 4E | 4D | 32 |
| Octal | 246 | 342 | 36 | 33 | 0 | 127 | 13 | 116 | 115 | 62 |
| Binary | 10100110 | 11100010 | 11110 | 11011 | 0 | 1010111 | 1011 | 1001110 | 1001101 | 110010 |
Color Harmonies of #A6E21E
Complementary color
Monochromatic Colors of #A6E21E
Black with #A6E21E
Text Example
Text Example
White with #A6E21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E21E; }
p { color: rgb(166,226,30); }
H1.HeaderClassName
{
color: #A6E21E;
}
.AnyTagClassName
{
color: #A6E21E;
}
</style>
background-color css
<style>
a { background-color: #A6E21E; }
a { background-color: rgb(166,226,30); }
div.DivClassName
{
background-color: #A6E21E;
}
.BgClassName
{
background-color: #A6E21E;
}
</style>
border-color css
<style>
span { border-color: #A6E21E; }
span { border-color: rgb(166,226,30); }
td.TdClassName
{
border-color: #A6E21E;
}
.TagClassName
{
border-color: #A6E21E;
}
</style>