Shades of Inch Worm #ABDD16
Tints of Inch Worm #ABDD16
RGB
CMYK
RGB Variations
Color information
#ABDD16 (or 0xABDD16) is known color: Inch Worm. HEX triplet: AB, DD and 16. RGB value is (171,221,22). Sum of RGB (Red+Green+Blue) = 171+221+22=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDD16 is #5422E9. Grayscale: #B8B8B8. Windows color (decimal): -5513962 or 1498539. OLE color: 1498539.
HSL color Cylindrical-coordinate representation of color #ABDD16: hue angle of 75.08º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABDD16 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 22 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.13 |
| HSL | 75.08º | 0.82% | 0.48% | - |
| HSV(B) | 75.08º | 0.9% | 0.87% | - |
| XYZ | 42.8 | 60.43 | 10.17 | - |
| YUV | 183.36 | 36.94 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 22 | 0.23 | 0 | 0.90 | 0.13 | 75.08 | 0.82 | 0.48 |
| Hex | AB | DD | 16 | 17 | 0 | 5A | D | 4B | 52 | 30 |
| Octal | 253 | 335 | 26 | 27 | 0 | 132 | 15 | 113 | 122 | 60 |
| Binary | 10101011 | 11011101 | 10110 | 10111 | 0 | 1011010 | 1101 | 1001011 | 1010010 | 110000 |
Color Harmonies of #ABDD16
Complementary color
Monochromatic Colors of #ABDD16
Black with #ABDD16
Text Example
Text Example
White with #ABDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD16; }
p { color: rgb(171,221,22); }
H1.HeaderClassName
{
color: #ABDD16;
}
.AnyTagClassName
{
color: #ABDD16;
}
</style>
background-color css
<style>
a { background-color: #ABDD16; }
a { background-color: rgb(171,221,22); }
div.DivClassName
{
background-color: #ABDD16;
}
.BgClassName
{
background-color: #ABDD16;
}
</style>
border-color css
<style>
span { border-color: #ABDD16; }
span { border-color: rgb(171,221,22); }
td.TdClassName
{
border-color: #ABDD16;
}
.TagClassName
{
border-color: #ABDD16;
}
</style>