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