Shades of Inch Worm #ABDE00
Tints of Inch Worm #ABDE00
RGB
CMYK
RGB Variations
Color information
#ABDE00 (or 0xABDE00) is known color: Inch Worm. HEX triplet: AB, DE and 00. RGB value is (171,222,0). Sum of RGB (Red+Green+Blue) = 171+222+0=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDE00 is #5421FF. Grayscale: #B6B6B6. Windows color (decimal): -5513728 or 57003. OLE color: 57003.
HSL color Cylindrical-coordinate representation of color #ABDE00: hue angle of 73.78º 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 #ABDE00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.13 |
| HSL | 73.78º | 1% | 0.44% | - |
| HSV(B) | 73.78º | 1% | 0.87% | - |
| XYZ | 42.92 | 60.9 | 9.49 | - |
| YUV | 181.44 | 25.6 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 0 | 0.23 | 0 | 1 | 0.13 | 73.78 | 1 | 0.44 |
| Hex | AB | DE | 0 | 17 | 0 | 64 | D | 4A | 64 | 2C |
| Octal | 253 | 336 | 0 | 27 | 0 | 144 | 15 | 112 | 144 | 54 |
| Binary | 10101011 | 11011110 | 0 | 10111 | 0 | 1100100 | 1101 | 1001010 | 1100100 | 101100 |
Color Harmonies of #ABDE00
Complementary color
Monochromatic Colors of #ABDE00
Black with #ABDE00
Text Example
Text Example
White with #ABDE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE00; }
p { color: rgb(171,222,0); }
H1.HeaderClassName
{
color: #ABDE00;
}
.AnyTagClassName
{
color: #ABDE00;
}
</style>
background-color css
<style>
a { background-color: #ABDE00; }
a { background-color: rgb(171,222,0); }
div.DivClassName
{
background-color: #ABDE00;
}
.BgClassName
{
background-color: #ABDE00;
}
</style>
border-color css
<style>
span { border-color: #ABDE00; }
span { border-color: rgb(171,222,0); }
td.TdClassName
{
border-color: #ABDE00;
}
.TagClassName
{
border-color: #ABDE00;
}
</style>