Shades of Inch Worm #A6D810
Tints of Inch Worm #A6D810
RGB
CMYK
RGB Variations
Color information
#A6D810 (or 0xA6D810) is known color: Inch Worm. HEX triplet: A6, D8 and 10. RGB value is (166,216,16). Sum of RGB (Red+Green+Blue) = 166+216+16=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D810 is #5927EF. Grayscale: #B3B3B3. Windows color (decimal): -5842928 or 1104038. OLE color: 1104038.
HSL color Cylindrical-coordinate representation of color #A6D810: hue angle of 75º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6D810 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 16 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.15 |
| HSL | 75º | 0.86% | 0.45% | - |
| HSV(B) | 75º | 0.93% | 0.85% | - |
| XYZ | 40.38 | 57.26 | 9.41 | - |
| YUV | 178.25 | 36.44 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 16 | 0.23 | 0 | 0.93 | 0.15 | 75 | 0.86 | 0.45 |
| Hex | A6 | D8 | 10 | 17 | 0 | 5D | F | 4B | 56 | 2D |
| Octal | 246 | 330 | 20 | 27 | 0 | 135 | 17 | 113 | 126 | 55 |
| Binary | 10100110 | 11011000 | 10000 | 10111 | 0 | 1011101 | 1111 | 1001011 | 1010110 | 101101 |
Color Harmonies of #A6D810
Complementary color
Monochromatic Colors of #A6D810
Black with #A6D810
Text Example
Text Example
White with #A6D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D810; }
p { color: rgb(166,216,16); }
H1.HeaderClassName
{
color: #A6D810;
}
.AnyTagClassName
{
color: #A6D810;
}
</style>
background-color css
<style>
a { background-color: #A6D810; }
a { background-color: rgb(166,216,16); }
div.DivClassName
{
background-color: #A6D810;
}
.BgClassName
{
background-color: #A6D810;
}
</style>
border-color css
<style>
span { border-color: #A6D810; }
span { border-color: rgb(166,216,16); }
td.TdClassName
{
border-color: #A6D810;
}
.TagClassName
{
border-color: #A6D810;
}
</style>