Shades of Inch Worm #ABDB0A
Tints of Inch Worm #ABDB0A
RGB
CMYK
RGB Variations
Color information
#ABDB0A (or 0xABDB0A) is known color: Inch Worm. HEX triplet: AB, DB and 0A. RGB value is (171,219,10). Sum of RGB (Red+Green+Blue) = 171+219+10=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDB0A is #5424F5. Grayscale: #B5B5B5. Windows color (decimal): -5514486 or 711595. OLE color: 711595.
HSL color Cylindrical-coordinate representation of color #ABDB0A: hue angle of 73.78º degrees, saturation: 0.91, 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 #ABDB0A is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 10 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.14 |
| HSL | 73.78º | 0.91% | 0.45% | - |
| HSV(B) | 73.78º | 0.95% | 0.86% | - |
| XYZ | 42.18 | 59.34 | 9.52 | - |
| YUV | 180.82 | 31.6 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 10 | 0.22 | 0 | 0.95 | 0.14 | 73.78 | 0.91 | 0.45 |
| Hex | AB | DB | A | 16 | 0 | 5F | E | 4A | 5B | 2D |
| Octal | 253 | 333 | 12 | 26 | 0 | 137 | 16 | 112 | 133 | 55 |
| Binary | 10101011 | 11011011 | 1010 | 10110 | 0 | 1011111 | 1110 | 1001010 | 1011011 | 101101 |
Color Harmonies of #ABDB0A
Complementary color
Monochromatic Colors of #ABDB0A
Black with #ABDB0A
Text Example
Text Example
White with #ABDB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB0A; }
p { color: rgb(171,219,10); }
H1.HeaderClassName
{
color: #ABDB0A;
}
.AnyTagClassName
{
color: #ABDB0A;
}
</style>
background-color css
<style>
a { background-color: #ABDB0A; }
a { background-color: rgb(171,219,10); }
div.DivClassName
{
background-color: #ABDB0A;
}
.BgClassName
{
background-color: #ABDB0A;
}
</style>
border-color css
<style>
span { border-color: #ABDB0A; }
span { border-color: rgb(171,219,10); }
td.TdClassName
{
border-color: #ABDB0A;
}
.TagClassName
{
border-color: #ABDB0A;
}
</style>