Shades of Inch Worm #A6DD16
Tints of Inch Worm #A6DD16
RGB
CMYK
RGB Variations
Color information
#A6DD16 (or 0xA6DD16) is known color: Inch Worm. HEX triplet: A6, DD and 16. RGB value is (166,221,22). Sum of RGB (Red+Green+Blue) = 166+221+22=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DD16 is #5922E9. Grayscale: #B6B6B6. Windows color (decimal): -5841642 or 1498534. OLE color: 1498534.
HSL color Cylindrical-coordinate representation of color #A6DD16: hue angle of 76.58º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6DD16 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 22 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.13 |
| HSL | 76.58º | 0.82% | 0.48% | - |
| HSV(B) | 76.58º | 0.9% | 0.87% | - |
| XYZ | 41.73 | 59.88 | 10.12 | - |
| YUV | 181.87 | 37.78 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 22 | 0.25 | 0 | 0.90 | 0.13 | 76.58 | 0.82 | 0.48 |
| Hex | A6 | DD | 16 | 19 | 0 | 5A | D | 4D | 52 | 30 |
| Octal | 246 | 335 | 26 | 31 | 0 | 132 | 15 | 115 | 122 | 60 |
| Binary | 10100110 | 11011101 | 10110 | 11001 | 0 | 1011010 | 1101 | 1001101 | 1010010 | 110000 |
Color Harmonies of #A6DD16
Complementary color
Monochromatic Colors of #A6DD16
Black with #A6DD16
Text Example
Text Example
White with #A6DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD16; }
p { color: rgb(166,221,22); }
H1.HeaderClassName
{
color: #A6DD16;
}
.AnyTagClassName
{
color: #A6DD16;
}
</style>
background-color css
<style>
a { background-color: #A6DD16; }
a { background-color: rgb(166,221,22); }
div.DivClassName
{
background-color: #A6DD16;
}
.BgClassName
{
background-color: #A6DD16;
}
</style>
border-color css
<style>
span { border-color: #A6DD16; }
span { border-color: rgb(166,221,22); }
td.TdClassName
{
border-color: #A6DD16;
}
.TagClassName
{
border-color: #A6DD16;
}
</style>