Shades of Inch Worm #ABDC02
Tints of Inch Worm #ABDC02
RGB
CMYK
RGB Variations
Color information
#ABDC02 (or 0xABDC02) is known color: Inch Worm. HEX triplet: AB, DC and 02. RGB value is (171,220,2). Sum of RGB (Red+Green+Blue) = 171+220+2=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDC02 is #5423FD. Grayscale: #B5B5B5. Windows color (decimal): -5514238 or 187563. OLE color: 187563.
HSL color Cylindrical-coordinate representation of color #ABDC02: hue angle of 73.49º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABDC02 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.14 |
| HSL | 73.49º | 0.98% | 0.44% | - |
| HSV(B) | 73.49º | 0.99% | 0.86% | - |
| XYZ | 42.4 | 59.85 | 9.37 | - |
| YUV | 180.5 | 27.27 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 2 | 0.22 | 0 | 0.99 | 0.14 | 73.49 | 0.98 | 0.44 |
| Hex | AB | DC | 2 | 16 | 0 | 63 | E | 49 | 62 | 2C |
| Octal | 253 | 334 | 2 | 26 | 0 | 143 | 16 | 111 | 142 | 54 |
| Binary | 10101011 | 11011100 | 10 | 10110 | 0 | 1100011 | 1110 | 1001001 | 1100010 | 101100 |
Color Harmonies of #ABDC02
Complementary color
Monochromatic Colors of #ABDC02
Black with #ABDC02
Text Example
Text Example
White with #ABDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC02; }
p { color: rgb(171,220,2); }
H1.HeaderClassName
{
color: #ABDC02;
}
.AnyTagClassName
{
color: #ABDC02;
}
</style>
background-color css
<style>
a { background-color: #ABDC02; }
a { background-color: rgb(171,220,2); }
div.DivClassName
{
background-color: #ABDC02;
}
.BgClassName
{
background-color: #ABDC02;
}
</style>
border-color css
<style>
span { border-color: #ABDC02; }
span { border-color: rgb(171,220,2); }
td.TdClassName
{
border-color: #ABDC02;
}
.TagClassName
{
border-color: #ABDC02;
}
</style>