Shades of Inch Worm #A6DC24
Tints of Inch Worm #A6DC24
RGB
CMYK
RGB Variations
Color information
#A6DC24 (or 0xA6DC24) is known color: Inch Worm. HEX triplet: A6, DC and 24. RGB value is (166,220,36). Sum of RGB (Red+Green+Blue) = 166+220+36=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC24 is #5923DB. Grayscale: #B7B7B7. Windows color (decimal): -5841884 or 2415782. OLE color: 2415782.
HSL color Cylindrical-coordinate representation of color #A6DC24: hue angle of 77.61º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6DC24 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 36 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.14 |
| HSL | 77.61º | 0.72% | 0.5% | - |
| HSV(B) | 77.61º | 0.84% | 0.86% | - |
| XYZ | 41.64 | 59.42 | 10.94 | - |
| YUV | 182.88 | 45.11 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 36 | 0.25 | 0 | 0.84 | 0.14 | 77.61 | 0.72 | 0.5 |
| Hex | A6 | DC | 24 | 19 | 0 | 54 | E | 4E | 48 | 32 |
| Octal | 246 | 334 | 44 | 31 | 0 | 124 | 16 | 116 | 110 | 62 |
| Binary | 10100110 | 11011100 | 100100 | 11001 | 0 | 1010100 | 1110 | 1001110 | 1001000 | 110010 |
Color Harmonies of #A6DC24
Complementary color
Monochromatic Colors of #A6DC24
Black with #A6DC24
Text Example
Text Example
White with #A6DC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC24; }
p { color: rgb(166,220,36); }
H1.HeaderClassName
{
color: #A6DC24;
}
.AnyTagClassName
{
color: #A6DC24;
}
</style>
background-color css
<style>
a { background-color: #A6DC24; }
a { background-color: rgb(166,220,36); }
div.DivClassName
{
background-color: #A6DC24;
}
.BgClassName
{
background-color: #A6DC24;
}
</style>
border-color css
<style>
span { border-color: #A6DC24; }
span { border-color: rgb(166,220,36); }
td.TdClassName
{
border-color: #A6DC24;
}
.TagClassName
{
border-color: #A6DC24;
}
</style>