Shades of Inch Worm #A6DD1D
Tints of Inch Worm #A6DD1D
RGB
CMYK
RGB Variations
Color information
#A6DD1D (or 0xA6DD1D) is known color: Inch Worm. HEX triplet: A6, DD and 1D. RGB value is (166,221,29). Sum of RGB (Red+Green+Blue) = 166+221+29=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD1D is #5922E2. Grayscale: #B7B7B7. Windows color (decimal): -5841635 or 1957286. OLE color: 1957286.
HSL color Cylindrical-coordinate representation of color #A6DD1D: hue angle of 77.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6DD1D is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 29 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.13 |
| HSL | 77.19º | 0.77% | 0.49% | - |
| HSV(B) | 77.19º | 0.87% | 0.87% | - |
| XYZ | 41.8 | 59.91 | 10.52 | - |
| YUV | 182.67 | 41.28 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 29 | 0.25 | 0 | 0.87 | 0.13 | 77.19 | 0.77 | 0.49 |
| Hex | A6 | DD | 1D | 19 | 0 | 57 | D | 4D | 4D | 31 |
| Octal | 246 | 335 | 35 | 31 | 0 | 127 | 15 | 115 | 115 | 61 |
| Binary | 10100110 | 11011101 | 11101 | 11001 | 0 | 1010111 | 1101 | 1001101 | 1001101 | 110001 |
Color Harmonies of #A6DD1D
Complementary color
Monochromatic Colors of #A6DD1D
Black with #A6DD1D
Text Example
Text Example
White with #A6DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD1D; }
p { color: rgb(166,221,29); }
H1.HeaderClassName
{
color: #A6DD1D;
}
.AnyTagClassName
{
color: #A6DD1D;
}
</style>
background-color css
<style>
a { background-color: #A6DD1D; }
a { background-color: rgb(166,221,29); }
div.DivClassName
{
background-color: #A6DD1D;
}
.BgClassName
{
background-color: #A6DD1D;
}
</style>
border-color css
<style>
span { border-color: #A6DD1D; }
span { border-color: rgb(166,221,29); }
td.TdClassName
{
border-color: #A6DD1D;
}
.TagClassName
{
border-color: #A6DD1D;
}
</style>