Shades of Inch Worm #ABDF0C
Tints of Inch Worm #ABDF0C
RGB
CMYK
RGB Variations
Color information
#ABDF0C (or 0xABDF0C) is known color: Inch Worm. HEX triplet: AB, DF and 0C. RGB value is (171,223,12). Sum of RGB (Red+Green+Blue) = 171+223+12=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDF0C is #5420F3. Grayscale: #B8B8B8. Windows color (decimal): -5513460 or 843691. OLE color: 843691.
HSL color Cylindrical-coordinate representation of color #ABDF0C: hue angle of 74.79º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABDF0C is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 12 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.13 |
| HSL | 74.79º | 0.9% | 0.46% | - |
| HSV(B) | 74.79º | 0.95% | 0.87% | - |
| XYZ | 43.25 | 61.46 | 9.93 | - |
| YUV | 183.4 | 31.27 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 12 | 0.23 | 0 | 0.95 | 0.13 | 74.79 | 0.9 | 0.46 |
| Hex | AB | DF | C | 17 | 0 | 5F | D | 4B | 5A | 2E |
| Octal | 253 | 337 | 14 | 27 | 0 | 137 | 15 | 113 | 132 | 56 |
| Binary | 10101011 | 11011111 | 1100 | 10111 | 0 | 1011111 | 1101 | 1001011 | 1011010 | 101110 |
Color Harmonies of #ABDF0C
Complementary color
Monochromatic Colors of #ABDF0C
Black with #ABDF0C
Text Example
Text Example
White with #ABDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF0C; }
p { color: rgb(171,223,12); }
H1.HeaderClassName
{
color: #ABDF0C;
}
.AnyTagClassName
{
color: #ABDF0C;
}
</style>
background-color css
<style>
a { background-color: #ABDF0C; }
a { background-color: rgb(171,223,12); }
div.DivClassName
{
background-color: #ABDF0C;
}
.BgClassName
{
background-color: #ABDF0C;
}
</style>
border-color css
<style>
span { border-color: #ABDF0C; }
span { border-color: rgb(171,223,12); }
td.TdClassName
{
border-color: #ABDF0C;
}
.TagClassName
{
border-color: #ABDF0C;
}
</style>