Shades of Inch Worm #A6E020
Tints of Inch Worm #A6E020
RGB
CMYK
RGB Variations
Color information
#A6E020 (or 0xA6E020) is known color: Inch Worm. HEX triplet: A6, E0 and 20. RGB value is (166,224,32). Sum of RGB (Red+Green+Blue) = 166+224+32=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E020 is #591FDF. Grayscale: #B9B9B9. Windows color (decimal): -5840864 or 2154662. OLE color: 2154662.
HSL color Cylindrical-coordinate representation of color #A6E020: hue angle of 78.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6E020 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 32 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.12 |
| HSL | 78.12º | 0.76% | 0.5% | - |
| HSV(B) | 78.12º | 0.86% | 0.88% | - |
| XYZ | 42.64 | 61.52 | 10.99 | - |
| YUV | 184.77 | 41.78 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 32 | 0.26 | 0 | 0.86 | 0.12 | 78.12 | 0.76 | 0.5 |
| Hex | A6 | E0 | 20 | 1A | 0 | 56 | C | 4E | 4C | 32 |
| Octal | 246 | 340 | 40 | 32 | 0 | 126 | 14 | 116 | 114 | 62 |
| Binary | 10100110 | 11100000 | 100000 | 11010 | 0 | 1010110 | 1100 | 1001110 | 1001100 | 110010 |
Color Harmonies of #A6E020
Complementary color
Monochromatic Colors of #A6E020
Black with #A6E020
Text Example
Text Example
White with #A6E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E020; }
p { color: rgb(166,224,32); }
H1.HeaderClassName
{
color: #A6E020;
}
.AnyTagClassName
{
color: #A6E020;
}
</style>
background-color css
<style>
a { background-color: #A6E020; }
a { background-color: rgb(166,224,32); }
div.DivClassName
{
background-color: #A6E020;
}
.BgClassName
{
background-color: #A6E020;
}
</style>
border-color css
<style>
span { border-color: #A6E020; }
span { border-color: rgb(166,224,32); }
td.TdClassName
{
border-color: #A6E020;
}
.TagClassName
{
border-color: #A6E020;
}
</style>