Shades of Inch Worm #ABDD00
Tints of Inch Worm #ABDD00
RGB
CMYK
RGB Variations
Color information
#ABDD00 (or 0xABDD00) is known color: Inch Worm. HEX triplet: AB, DD and 00. RGB value is (171,221,0). Sum of RGB (Red+Green+Blue) = 171+221+0=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDD00 is #5422FF. Grayscale: #B5B5B5. Windows color (decimal): -5513984 or 56747. OLE color: 56747.
HSL color Cylindrical-coordinate representation of color #ABDD00: hue angle of 73.57º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABDD00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.13 |
| HSL | 73.57º | 1% | 0.43% | - |
| HSV(B) | 73.57º | 1% | 0.87% | - |
| XYZ | 42.65 | 60.37 | 9.4 | - |
| YUV | 180.86 | 25.94 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 0 | 0.23 | 0 | 1 | 0.13 | 73.57 | 1 | 0.43 |
| Hex | AB | DD | 0 | 17 | 0 | 64 | D | 4A | 64 | 2B |
| Octal | 253 | 335 | 0 | 27 | 0 | 144 | 15 | 112 | 144 | 53 |
| Binary | 10101011 | 11011101 | 0 | 10111 | 0 | 1100100 | 1101 | 1001010 | 1100100 | 101011 |
Color Harmonies of #ABDD00
Complementary color
Monochromatic Colors of #ABDD00
Black with #ABDD00
Text Example
Text Example
White with #ABDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD00; }
p { color: rgb(171,221,0); }
H1.HeaderClassName
{
color: #ABDD00;
}
.AnyTagClassName
{
color: #ABDD00;
}
</style>
background-color css
<style>
a { background-color: #ABDD00; }
a { background-color: rgb(171,221,0); }
div.DivClassName
{
background-color: #ABDD00;
}
.BgClassName
{
background-color: #ABDD00;
}
</style>
border-color css
<style>
span { border-color: #ABDD00; }
span { border-color: rgb(171,221,0); }
td.TdClassName
{
border-color: #ABDD00;
}
.TagClassName
{
border-color: #ABDD00;
}
</style>