Shades of Inch Worm #A6D41C
Tints of Inch Worm #A6D41C
RGB
CMYK
RGB Variations
Color information
#A6D41C (or 0xA6D41C) is known color: Inch Worm. HEX triplet: A6, D4 and 1C. RGB value is (166,212,28). Sum of RGB (Red+Green+Blue) = 166+212+28=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 212 (83.20% from 255 or 52.22% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D41C is #592BE3. Grayscale: #B1B1B1. Windows color (decimal): -5843940 or 1889446. OLE color: 1889446.
HSL color Cylindrical-coordinate representation of color #A6D41C: hue angle of 75º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6D41C is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 28 | - |
| CMYK | 0.22 | 0 | 0.87 | 0.17 |
| HSL | 75º | 0.77% | 0.47% | - |
| HSV(B) | 75º | 0.87% | 0.83% | - |
| XYZ | 39.48 | 55.28 | 9.69 | - |
| YUV | 177.27 | 43.76 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 28 | 0.22 | 0 | 0.87 | 0.17 | 75 | 0.77 | 0.47 |
| Hex | A6 | D4 | 1C | 16 | 0 | 57 | 11 | 4B | 4D | 2F |
| Octal | 246 | 324 | 34 | 26 | 0 | 127 | 21 | 113 | 115 | 57 |
| Binary | 10100110 | 11010100 | 11100 | 10110 | 0 | 1010111 | 10001 | 1001011 | 1001101 | 101111 |
Color Harmonies of #A6D41C
Complementary color
Monochromatic Colors of #A6D41C
Black with #A6D41C
Text Example
Text Example
White with #A6D41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D41C; }
p { color: rgb(166,212,28); }
H1.HeaderClassName
{
color: #A6D41C;
}
.AnyTagClassName
{
color: #A6D41C;
}
</style>
background-color css
<style>
a { background-color: #A6D41C; }
a { background-color: rgb(166,212,28); }
div.DivClassName
{
background-color: #A6D41C;
}
.BgClassName
{
background-color: #A6D41C;
}
</style>
border-color css
<style>
span { border-color: #A6D41C; }
span { border-color: rgb(166,212,28); }
td.TdClassName
{
border-color: #A6D41C;
}
.TagClassName
{
border-color: #A6D41C;
}
</style>