Shades of Inch Worm #ABDF00
Tints of Inch Worm #ABDF00
RGB
CMYK
RGB Variations
Color information
#ABDF00 (or 0xABDF00) is known color: Inch Worm. HEX triplet: AB, DF and 00. RGB value is (171,223,0). Sum of RGB (Red+Green+Blue) = 171+223+0=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDF00 is #5420FF. Grayscale: #B6B6B6. Windows color (decimal): -5513472 or 57259. OLE color: 57259.
HSL color Cylindrical-coordinate representation of color #ABDF00: hue angle of 73.99º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABDF00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.13 |
| HSL | 73.99º | 1% | 0.44% | - |
| HSV(B) | 73.99º | 1% | 0.87% | - |
| XYZ | 43.18 | 61.43 | 9.58 | - |
| YUV | 182.03 | 25.27 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 0 | 0.23 | 0 | 1 | 0.13 | 73.99 | 1 | 0.44 |
| Hex | AB | DF | 0 | 17 | 0 | 64 | D | 4A | 64 | 2C |
| Octal | 253 | 337 | 0 | 27 | 0 | 144 | 15 | 112 | 144 | 54 |
| Binary | 10101011 | 11011111 | 0 | 10111 | 0 | 1100100 | 1101 | 1001010 | 1100100 | 101100 |
Color Harmonies of #ABDF00
Complementary color
Monochromatic Colors of #ABDF00
Black with #ABDF00
Text Example
Text Example
White with #ABDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF00; }
p { color: rgb(171,223,0); }
H1.HeaderClassName
{
color: #ABDF00;
}
.AnyTagClassName
{
color: #ABDF00;
}
</style>
background-color css
<style>
a { background-color: #ABDF00; }
a { background-color: rgb(171,223,0); }
div.DivClassName
{
background-color: #ABDF00;
}
.BgClassName
{
background-color: #ABDF00;
}
</style>
border-color css
<style>
span { border-color: #ABDF00; }
span { border-color: rgb(171,223,0); }
td.TdClassName
{
border-color: #ABDF00;
}
.TagClassName
{
border-color: #ABDF00;
}
</style>