Shades of Inch Worm #A6D511
Tints of Inch Worm #A6D511
RGB
CMYK
RGB Variations
Color information
#A6D511 (or 0xA6D511) is known color: Inch Worm. HEX triplet: A6, D5 and 11. RGB value is (166,213,17). Sum of RGB (Red+Green+Blue) = 166+213+17=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 213 (83.59% from 255 or 53.79% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D511 is #592AEE. Grayscale: #B1B1B1. Windows color (decimal): -5843695 or 1168806. OLE color: 1168806.
HSL color Cylindrical-coordinate representation of color #A6D511: hue angle of 74.39º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6D511 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 17 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.16 |
| HSL | 74.39º | 0.85% | 0.45% | - |
| HSV(B) | 74.39º | 0.92% | 0.84% | - |
| XYZ | 39.62 | 55.74 | 9.2 | - |
| YUV | 176.6 | 37.93 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 17 | 0.22 | 0 | 0.92 | 0.16 | 74.39 | 0.85 | 0.45 |
| Hex | A6 | D5 | 11 | 16 | 0 | 5C | 10 | 4A | 55 | 2D |
| Octal | 246 | 325 | 21 | 26 | 0 | 134 | 20 | 112 | 125 | 55 |
| Binary | 10100110 | 11010101 | 10001 | 10110 | 0 | 1011100 | 10000 | 1001010 | 1010101 | 101101 |
Color Harmonies of #A6D511
Complementary color
Monochromatic Colors of #A6D511
Black with #A6D511
Text Example
Text Example
White with #A6D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D511; }
p { color: rgb(166,213,17); }
H1.HeaderClassName
{
color: #A6D511;
}
.AnyTagClassName
{
color: #A6D511;
}
</style>
background-color css
<style>
a { background-color: #A6D511; }
a { background-color: rgb(166,213,17); }
div.DivClassName
{
background-color: #A6D511;
}
.BgClassName
{
background-color: #A6D511;
}
</style>
border-color css
<style>
span { border-color: #A6D511; }
span { border-color: rgb(166,213,17); }
td.TdClassName
{
border-color: #A6D511;
}
.TagClassName
{
border-color: #A6D511;
}
</style>