Shades of Inch Worm #A6DD1A
Tints of Inch Worm #A6DD1A
RGB
CMYK
RGB Variations
Color information
#A6DD1A (or 0xA6DD1A) is known color: Inch Worm. HEX triplet: A6, DD and 1A. RGB value is (166,221,26). Sum of RGB (Red+Green+Blue) = 166+221+26=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD1A is #5922E5. Grayscale: #B7B7B7. Windows color (decimal): -5841638 or 1760678. OLE color: 1760678.
HSL color Cylindrical-coordinate representation of color #A6DD1A: hue angle of 76.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6DD1A is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 26 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.13 |
| HSL | 76.92º | 0.79% | 0.48% | - |
| HSV(B) | 76.92º | 0.88% | 0.87% | - |
| XYZ | 41.77 | 59.89 | 10.34 | - |
| YUV | 182.33 | 39.78 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 26 | 0.25 | 0 | 0.88 | 0.13 | 76.92 | 0.79 | 0.48 |
| Hex | A6 | DD | 1A | 19 | 0 | 58 | D | 4D | 4F | 30 |
| Octal | 246 | 335 | 32 | 31 | 0 | 130 | 15 | 115 | 117 | 60 |
| Binary | 10100110 | 11011101 | 11010 | 11001 | 0 | 1011000 | 1101 | 1001101 | 1001111 | 110000 |
Color Harmonies of #A6DD1A
Complementary color
Monochromatic Colors of #A6DD1A
Black with #A6DD1A
Text Example
Text Example
White with #A6DD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD1A; }
p { color: rgb(166,221,26); }
H1.HeaderClassName
{
color: #A6DD1A;
}
.AnyTagClassName
{
color: #A6DD1A;
}
</style>
background-color css
<style>
a { background-color: #A6DD1A; }
a { background-color: rgb(166,221,26); }
div.DivClassName
{
background-color: #A6DD1A;
}
.BgClassName
{
background-color: #A6DD1A;
}
</style>
border-color css
<style>
span { border-color: #A6DD1A; }
span { border-color: rgb(166,221,26); }
td.TdClassName
{
border-color: #A6DD1A;
}
.TagClassName
{
border-color: #A6DD1A;
}
</style>