Shades of Inch Worm #ABDC10
Tints of Inch Worm #ABDC10
RGB
CMYK
RGB Variations
Color information
#ABDC10 (or 0xABDC10) is known color: Inch Worm. HEX triplet: AB, DC and 10. RGB value is (171,220,16). Sum of RGB (Red+Green+Blue) = 171+220+16=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDC10 is #5423EF. Grayscale: #B6B6B6. Windows color (decimal): -5514224 or 1105067. OLE color: 1105067.
HSL color Cylindrical-coordinate representation of color #ABDC10: hue angle of 74.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABDC10 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 16 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.14 |
| HSL | 74.41º | 0.86% | 0.46% | - |
| HSV(B) | 74.41º | 0.93% | 0.86% | - |
| XYZ | 42.48 | 59.88 | 9.81 | - |
| YUV | 182.09 | 34.27 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 16 | 0.22 | 0 | 0.93 | 0.14 | 74.41 | 0.86 | 0.46 |
| Hex | AB | DC | 10 | 16 | 0 | 5D | E | 4A | 56 | 2E |
| Octal | 253 | 334 | 20 | 26 | 0 | 135 | 16 | 112 | 126 | 56 |
| Binary | 10101011 | 11011100 | 10000 | 10110 | 0 | 1011101 | 1110 | 1001010 | 1010110 | 101110 |
Color Harmonies of #ABDC10
Complementary color
Monochromatic Colors of #ABDC10
Black with #ABDC10
Text Example
Text Example
White with #ABDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC10; }
p { color: rgb(171,220,16); }
H1.HeaderClassName
{
color: #ABDC10;
}
.AnyTagClassName
{
color: #ABDC10;
}
</style>
background-color css
<style>
a { background-color: #ABDC10; }
a { background-color: rgb(171,220,16); }
div.DivClassName
{
background-color: #ABDC10;
}
.BgClassName
{
background-color: #ABDC10;
}
</style>
border-color css
<style>
span { border-color: #ABDC10; }
span { border-color: rgb(171,220,16); }
td.TdClassName
{
border-color: #ABDC10;
}
.TagClassName
{
border-color: #ABDC10;
}
</style>