Shades of Inch Worm #ABDC11
Tints of Inch Worm #ABDC11
RGB
CMYK
RGB Variations
Color information
#ABDC11 (or 0xABDC11) is known color: Inch Worm. HEX triplet: AB, DC and 11. RGB value is (171,220,17). Sum of RGB (Red+Green+Blue) = 171+220+17=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDC11 is #5423EE. Grayscale: #B6B6B6. Windows color (decimal): -5514223 or 1170603. OLE color: 1170603.
HSL color Cylindrical-coordinate representation of color #ABDC11: hue angle of 74.48º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABDC11 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 17 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.14 |
| HSL | 74.48º | 0.86% | 0.46% | - |
| HSV(B) | 74.48º | 0.92% | 0.86% | - |
| XYZ | 42.49 | 59.88 | 9.85 | - |
| YUV | 182.21 | 34.77 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 17 | 0.22 | 0 | 0.92 | 0.14 | 74.48 | 0.86 | 0.46 |
| Hex | AB | DC | 11 | 16 | 0 | 5C | E | 4A | 56 | 2E |
| Octal | 253 | 334 | 21 | 26 | 0 | 134 | 16 | 112 | 126 | 56 |
| Binary | 10101011 | 11011100 | 10001 | 10110 | 0 | 1011100 | 1110 | 1001010 | 1010110 | 101110 |
Color Harmonies of #ABDC11
Complementary color
Monochromatic Colors of #ABDC11
Black with #ABDC11
Text Example
Text Example
White with #ABDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC11; }
p { color: rgb(171,220,17); }
H1.HeaderClassName
{
color: #ABDC11;
}
.AnyTagClassName
{
color: #ABDC11;
}
</style>
background-color css
<style>
a { background-color: #ABDC11; }
a { background-color: rgb(171,220,17); }
div.DivClassName
{
background-color: #ABDC11;
}
.BgClassName
{
background-color: #ABDC11;
}
</style>
border-color css
<style>
span { border-color: #ABDC11; }
span { border-color: rgb(171,220,17); }
td.TdClassName
{
border-color: #ABDC11;
}
.TagClassName
{
border-color: #ABDC11;
}
</style>