Shades of Inch Worm #A0DC02
Tints of Inch Worm #A0DC02
RGB
CMYK
RGB Variations
Color information
#A0DC02 (or 0xA0DC02) is known color: Inch Worm. HEX triplet: A0, DC and 02. RGB value is (160,220,2). Sum of RGB (Red+Green+Blue) = 160+220+2=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DC02 is #5F23FD. Grayscale: #B2B2B2. Windows color (decimal): -6235134 or 187552. OLE color: 187552.
HSL color Cylindrical-coordinate representation of color #A0DC02: hue angle of 76.51º 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 #A0DC02 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.14 |
| HSL | 76.51º | 0.98% | 0.44% | - |
| HSV(B) | 76.51º | 0.99% | 0.86% | - |
| XYZ | 40.1 | 58.66 | 9.27 | - |
| YUV | 177.21 | 29.12 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 2 | 0.27 | 0 | 0.99 | 0.14 | 76.51 | 0.98 | 0.44 |
| Hex | A0 | DC | 2 | 1B | 0 | 63 | E | 4D | 62 | 2C |
| Octal | 240 | 334 | 2 | 33 | 0 | 143 | 16 | 115 | 142 | 54 |
| Binary | 10100000 | 11011100 | 10 | 11011 | 0 | 1100011 | 1110 | 1001101 | 1100010 | 101100 |
Color Harmonies of #A0DC02
Complementary color
Monochromatic Colors of #A0DC02
Black with #A0DC02
Text Example
Text Example
White with #A0DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC02; }
p { color: rgb(160,220,2); }
H1.HeaderClassName
{
color: #A0DC02;
}
.AnyTagClassName
{
color: #A0DC02;
}
</style>
background-color css
<style>
a { background-color: #A0DC02; }
a { background-color: rgb(160,220,2); }
div.DivClassName
{
background-color: #A0DC02;
}
.BgClassName
{
background-color: #A0DC02;
}
</style>
border-color css
<style>
span { border-color: #A0DC02; }
span { border-color: rgb(160,220,2); }
td.TdClassName
{
border-color: #A0DC02;
}
.TagClassName
{
border-color: #A0DC02;
}
</style>