Shades of Inch Worm #ABDC0C
Tints of Inch Worm #ABDC0C
RGB
CMYK
RGB Variations
Color information
#ABDC0C (or 0xABDC0C) is known color: Inch Worm. HEX triplet: AB, DC and 0C. RGB value is (171,220,12). Sum of RGB (Red+Green+Blue) = 171+220+12=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDC0C is #5423F3. Grayscale: #B6B6B6. Windows color (decimal): -5514228 or 842923. OLE color: 842923.
HSL color Cylindrical-coordinate representation of color #ABDC0C: hue angle of 74.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABDC0C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 12 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.14 |
| HSL | 74.13º | 0.9% | 0.45% | - |
| HSV(B) | 74.13º | 0.95% | 0.86% | - |
| XYZ | 42.45 | 59.87 | 9.67 | - |
| YUV | 181.64 | 32.27 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 12 | 0.22 | 0 | 0.95 | 0.14 | 74.13 | 0.9 | 0.45 |
| Hex | AB | DC | C | 16 | 0 | 5F | E | 4A | 5A | 2D |
| Octal | 253 | 334 | 14 | 26 | 0 | 137 | 16 | 112 | 132 | 55 |
| Binary | 10101011 | 11011100 | 1100 | 10110 | 0 | 1011111 | 1110 | 1001010 | 1011010 | 101101 |
Color Harmonies of #ABDC0C
Complementary color
Monochromatic Colors of #ABDC0C
Black with #ABDC0C
Text Example
Text Example
White with #ABDC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC0C; }
p { color: rgb(171,220,12); }
H1.HeaderClassName
{
color: #ABDC0C;
}
.AnyTagClassName
{
color: #ABDC0C;
}
</style>
background-color css
<style>
a { background-color: #ABDC0C; }
a { background-color: rgb(171,220,12); }
div.DivClassName
{
background-color: #ABDC0C;
}
.BgClassName
{
background-color: #ABDC0C;
}
</style>
border-color css
<style>
span { border-color: #ABDC0C; }
span { border-color: rgb(171,220,12); }
td.TdClassName
{
border-color: #ABDC0C;
}
.TagClassName
{
border-color: #ABDC0C;
}
</style>