Shades of Inch Worm #A6DD0C
Tints of Inch Worm #A6DD0C
RGB
CMYK
RGB Variations
Color information
#A6DD0C (or 0xA6DD0C) is known color: Inch Worm. HEX triplet: A6, DD and 0C. RGB value is (166,221,12). Sum of RGB (Red+Green+Blue) = 166+221+12=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DD0C is #5922F3. Grayscale: #B5B5B5. Windows color (decimal): -5841652 or 843174. OLE color: 843174.
HSL color Cylindrical-coordinate representation of color #A6DD0C: hue angle of 75.79º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6DD0C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.13 |
| HSL | 75.79º | 0.9% | 0.46% | - |
| HSV(B) | 75.79º | 0.95% | 0.87% | - |
| XYZ | 41.65 | 59.85 | 9.7 | - |
| YUV | 180.73 | 32.78 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 12 | 0.25 | 0 | 0.95 | 0.13 | 75.79 | 0.9 | 0.46 |
| Hex | A6 | DD | C | 19 | 0 | 5F | D | 4C | 5A | 2E |
| Octal | 246 | 335 | 14 | 31 | 0 | 137 | 15 | 114 | 132 | 56 |
| Binary | 10100110 | 11011101 | 1100 | 11001 | 0 | 1011111 | 1101 | 1001100 | 1011010 | 101110 |
Color Harmonies of #A6DD0C
Complementary color
Monochromatic Colors of #A6DD0C
Black with #A6DD0C
Text Example
Text Example
White with #A6DD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD0C; }
p { color: rgb(166,221,12); }
H1.HeaderClassName
{
color: #A6DD0C;
}
.AnyTagClassName
{
color: #A6DD0C;
}
</style>
background-color css
<style>
a { background-color: #A6DD0C; }
a { background-color: rgb(166,221,12); }
div.DivClassName
{
background-color: #A6DD0C;
}
.BgClassName
{
background-color: #A6DD0C;
}
</style>
border-color css
<style>
span { border-color: #A6DD0C; }
span { border-color: rgb(166,221,12); }
td.TdClassName
{
border-color: #A6DD0C;
}
.TagClassName
{
border-color: #A6DD0C;
}
</style>