Shades of Inch Worm #ABDF0F
Tints of Inch Worm #ABDF0F
RGB
CMYK
RGB Variations
Color information
#ABDF0F (or 0xABDF0F) is known color: Inch Worm. HEX triplet: AB, DF and 0F. RGB value is (171,223,15). Sum of RGB (Red+Green+Blue) = 171+223+15=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDF0F is #5420F0. Grayscale: #B8B8B8. Windows color (decimal): -5513457 or 1040299. OLE color: 1040299.
HSL color Cylindrical-coordinate representation of color #ABDF0F: hue angle of 75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABDF0F is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 15 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.13 |
| HSL | 75º | 0.87% | 0.47% | - |
| HSV(B) | 75º | 0.93% | 0.87% | - |
| XYZ | 43.27 | 61.47 | 10.04 | - |
| YUV | 183.74 | 32.77 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 15 | 0.23 | 0 | 0.93 | 0.13 | 75 | 0.87 | 0.47 |
| Hex | AB | DF | F | 17 | 0 | 5D | D | 4B | 57 | 2F |
| Octal | 253 | 337 | 17 | 27 | 0 | 135 | 15 | 113 | 127 | 57 |
| Binary | 10101011 | 11011111 | 1111 | 10111 | 0 | 1011101 | 1101 | 1001011 | 1010111 | 101111 |
Color Harmonies of #ABDF0F
Complementary color
Monochromatic Colors of #ABDF0F
Black with #ABDF0F
Text Example
Text Example
White with #ABDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF0F; }
p { color: rgb(171,223,15); }
H1.HeaderClassName
{
color: #ABDF0F;
}
.AnyTagClassName
{
color: #ABDF0F;
}
</style>
background-color css
<style>
a { background-color: #ABDF0F; }
a { background-color: rgb(171,223,15); }
div.DivClassName
{
background-color: #ABDF0F;
}
.BgClassName
{
background-color: #ABDF0F;
}
</style>
border-color css
<style>
span { border-color: #ABDF0F; }
span { border-color: rgb(171,223,15); }
td.TdClassName
{
border-color: #ABDF0F;
}
.TagClassName
{
border-color: #ABDF0F;
}
</style>