Shades of Inch Worm #ABDD0D
Tints of Inch Worm #ABDD0D
RGB
CMYK
RGB Variations
Color information
#ABDD0D (or 0xABDD0D) is known color: Inch Worm. HEX triplet: AB, DD and 0D. RGB value is (171,221,13). Sum of RGB (Red+Green+Blue) = 171+221+13=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDD0D is #5422F2. Grayscale: #B7B7B7. Windows color (decimal): -5513971 or 908715. OLE color: 908715.
HSL color Cylindrical-coordinate representation of color #ABDD0D: hue angle of 74.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABDD0D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.13 |
| HSL | 74.42º | 0.89% | 0.46% | - |
| HSV(B) | 74.42º | 0.94% | 0.87% | - |
| XYZ | 42.72 | 60.4 | 9.79 | - |
| YUV | 182.34 | 32.44 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 13 | 0.23 | 0 | 0.94 | 0.13 | 74.42 | 0.89 | 0.46 |
| Hex | AB | DD | D | 17 | 0 | 5E | D | 4A | 59 | 2E |
| Octal | 253 | 335 | 15 | 27 | 0 | 136 | 15 | 112 | 131 | 56 |
| Binary | 10101011 | 11011101 | 1101 | 10111 | 0 | 1011110 | 1101 | 1001010 | 1011001 | 101110 |
Color Harmonies of #ABDD0D
Complementary color
Monochromatic Colors of #ABDD0D
Black with #ABDD0D
Text Example
Text Example
White with #ABDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD0D; }
p { color: rgb(171,221,13); }
H1.HeaderClassName
{
color: #ABDD0D;
}
.AnyTagClassName
{
color: #ABDD0D;
}
</style>
background-color css
<style>
a { background-color: #ABDD0D; }
a { background-color: rgb(171,221,13); }
div.DivClassName
{
background-color: #ABDD0D;
}
.BgClassName
{
background-color: #ABDD0D;
}
</style>
border-color css
<style>
span { border-color: #ABDD0D; }
span { border-color: rgb(171,221,13); }
td.TdClassName
{
border-color: #ABDD0D;
}
.TagClassName
{
border-color: #ABDD0D;
}
</style>