Shades of Inch Worm #A6D41D
Tints of Inch Worm #A6D41D
RGB
CMYK
RGB Variations
Color information
#A6D41D (or 0xA6D41D) is known color: Inch Worm. HEX triplet: A6, D4 and 1D. RGB value is (166,212,29). Sum of RGB (Red+Green+Blue) = 166+212+29=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D41D is #592BE2. Grayscale: #B2B2B2. Windows color (decimal): -5843939 or 1954982. OLE color: 1954982.
HSL color Cylindrical-coordinate representation of color #A6D41D: hue angle of 75.08º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6D41D is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 29 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.17 |
| HSL | 75.08º | 0.76% | 0.47% | - |
| HSV(B) | 75.08º | 0.86% | 0.83% | - |
| XYZ | 39.49 | 55.28 | 9.75 | - |
| YUV | 177.38 | 44.26 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 29 | 0.22 | 0 | 0.86 | 0.17 | 75.08 | 0.76 | 0.47 |
| Hex | A6 | D4 | 1D | 16 | 0 | 56 | 11 | 4B | 4C | 2F |
| Octal | 246 | 324 | 35 | 26 | 0 | 126 | 21 | 113 | 114 | 57 |
| Binary | 10100110 | 11010100 | 11101 | 10110 | 0 | 1010110 | 10001 | 1001011 | 1001100 | 101111 |
Color Harmonies of #A6D41D
Complementary color
Monochromatic Colors of #A6D41D
Black with #A6D41D
Text Example
Text Example
White with #A6D41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D41D; }
p { color: rgb(166,212,29); }
H1.HeaderClassName
{
color: #A6D41D;
}
.AnyTagClassName
{
color: #A6D41D;
}
</style>
background-color css
<style>
a { background-color: #A6D41D; }
a { background-color: rgb(166,212,29); }
div.DivClassName
{
background-color: #A6D41D;
}
.BgClassName
{
background-color: #A6D41D;
}
</style>
border-color css
<style>
span { border-color: #A6D41D; }
span { border-color: rgb(166,212,29); }
td.TdClassName
{
border-color: #A6D41D;
}
.TagClassName
{
border-color: #A6D41D;
}
</style>