Shades of Inch Worm #A6DD1E
Tints of Inch Worm #A6DD1E
RGB
CMYK
RGB Variations
Color information
#A6DD1E (or 0xA6DD1E) is known color: Inch Worm. HEX triplet: A6, DD and 1E. RGB value is (166,221,30). Sum of RGB (Red+Green+Blue) = 166+221+30=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD1E is #5922E1. Grayscale: #B7B7B7. Windows color (decimal): -5841634 or 2022822. OLE color: 2022822.
HSL color Cylindrical-coordinate representation of color #A6DD1E: hue angle of 77.28º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6DD1E is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 30 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.13 |
| HSL | 77.28º | 0.76% | 0.49% | - |
| HSV(B) | 77.28º | 0.86% | 0.87% | - |
| XYZ | 41.82 | 59.91 | 10.59 | - |
| YUV | 182.78 | 41.78 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 30 | 0.25 | 0 | 0.86 | 0.13 | 77.28 | 0.76 | 0.49 |
| Hex | A6 | DD | 1E | 19 | 0 | 56 | D | 4D | 4C | 31 |
| Octal | 246 | 335 | 36 | 31 | 0 | 126 | 15 | 115 | 114 | 61 |
| Binary | 10100110 | 11011101 | 11110 | 11001 | 0 | 1010110 | 1101 | 1001101 | 1001100 | 110001 |
Color Harmonies of #A6DD1E
Complementary color
Monochromatic Colors of #A6DD1E
Black with #A6DD1E
Text Example
Text Example
White with #A6DD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD1E; }
p { color: rgb(166,221,30); }
H1.HeaderClassName
{
color: #A6DD1E;
}
.AnyTagClassName
{
color: #A6DD1E;
}
</style>
background-color css
<style>
a { background-color: #A6DD1E; }
a { background-color: rgb(166,221,30); }
div.DivClassName
{
background-color: #A6DD1E;
}
.BgClassName
{
background-color: #A6DD1E;
}
</style>
border-color css
<style>
span { border-color: #A6DD1E; }
span { border-color: rgb(166,221,30); }
td.TdClassName
{
border-color: #A6DD1E;
}
.TagClassName
{
border-color: #A6DD1E;
}
</style>