Shades of Inch Worm #A6D712
Tints of Inch Worm #A6D712
RGB
CMYK
RGB Variations
Color information
#A6D712 (or 0xA6D712) is known color: Inch Worm. HEX triplet: A6, D7 and 12. RGB value is (166,215,18). Sum of RGB (Red+Green+Blue) = 166+215+18=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D712 is #5928ED. Grayscale: #B2B2B2. Windows color (decimal): -5843182 or 1234854. OLE color: 1234854.
HSL color Cylindrical-coordinate representation of color #A6D712: hue angle of 74.92º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6D712 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 215 | 18 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.16 |
| HSL | 74.92º | 0.85% | 0.46% | - |
| HSV(B) | 74.92º | 0.92% | 0.84% | - |
| XYZ | 40.14 | 56.75 | 9.41 | - |
| YUV | 177.89 | 37.77 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 215 | 18 | 0.23 | 0 | 0.92 | 0.16 | 74.92 | 0.85 | 0.46 |
| Hex | A6 | D7 | 12 | 17 | 0 | 5C | 10 | 4B | 55 | 2E |
| Octal | 246 | 327 | 22 | 27 | 0 | 134 | 20 | 113 | 125 | 56 |
| Binary | 10100110 | 11010111 | 10010 | 10111 | 0 | 1011100 | 10000 | 1001011 | 1010101 | 101110 |
Color Harmonies of #A6D712
Complementary color
Monochromatic Colors of #A6D712
Black with #A6D712
Text Example
Text Example
White with #A6D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D712; }
p { color: rgb(166,215,18); }
H1.HeaderClassName
{
color: #A6D712;
}
.AnyTagClassName
{
color: #A6D712;
}
</style>
background-color css
<style>
a { background-color: #A6D712; }
a { background-color: rgb(166,215,18); }
div.DivClassName
{
background-color: #A6D712;
}
.BgClassName
{
background-color: #A6D712;
}
</style>
border-color css
<style>
span { border-color: #A6D712; }
span { border-color: rgb(166,215,18); }
td.TdClassName
{
border-color: #A6D712;
}
.TagClassName
{
border-color: #A6D712;
}
</style>