Shades of Inch Worm #ABDD10
Tints of Inch Worm #ABDD10
RGB
CMYK
RGB Variations
Color information
#ABDD10 (or 0xABDD10) is known color: Inch Worm. HEX triplet: AB, DD and 10. RGB value is (171,221,16). Sum of RGB (Red+Green+Blue) = 171+221+16=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDD10 is #5422EF. Grayscale: #B7B7B7. Windows color (decimal): -5513968 or 1105323. OLE color: 1105323.
HSL color Cylindrical-coordinate representation of color #ABDD10: hue angle of 74.63º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABDD10 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 16 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.13 |
| HSL | 74.63º | 0.86% | 0.46% | - |
| HSV(B) | 74.63º | 0.93% | 0.87% | - |
| XYZ | 42.74 | 60.41 | 9.9 | - |
| YUV | 182.68 | 33.94 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 16 | 0.23 | 0 | 0.93 | 0.13 | 74.63 | 0.86 | 0.46 |
| Hex | AB | DD | 10 | 17 | 0 | 5D | D | 4B | 56 | 2E |
| Octal | 253 | 335 | 20 | 27 | 0 | 135 | 15 | 113 | 126 | 56 |
| Binary | 10101011 | 11011101 | 10000 | 10111 | 0 | 1011101 | 1101 | 1001011 | 1010110 | 101110 |
Color Harmonies of #ABDD10
Complementary color
Monochromatic Colors of #ABDD10
Black with #ABDD10
Text Example
Text Example
White with #ABDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD10; }
p { color: rgb(171,221,16); }
H1.HeaderClassName
{
color: #ABDD10;
}
.AnyTagClassName
{
color: #ABDD10;
}
</style>
background-color css
<style>
a { background-color: #ABDD10; }
a { background-color: rgb(171,221,16); }
div.DivClassName
{
background-color: #ABDD10;
}
.BgClassName
{
background-color: #ABDD10;
}
</style>
border-color css
<style>
span { border-color: #ABDD10; }
span { border-color: rgb(171,221,16); }
td.TdClassName
{
border-color: #ABDD10;
}
.TagClassName
{
border-color: #ABDD10;
}
</style>