Shades of Inch Worm #A0DC03
Tints of Inch Worm #A0DC03
RGB
CMYK
RGB Variations
Color information
#A0DC03 (or 0xA0DC03) is known color: Inch Worm. HEX triplet: A0, DC and 03. RGB value is (160,220,3). Sum of RGB (Red+Green+Blue) = 160+220+3=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DC03 is #5F23FC. Grayscale: #B2B2B2. Windows color (decimal): -6235133 or 253088. OLE color: 253088.
HSL color Cylindrical-coordinate representation of color #A0DC03: hue angle of 76.59º degrees, saturation: 0.97, 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 #A0DC03 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 3 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.14 |
| HSL | 76.59º | 0.97% | 0.44% | - |
| HSV(B) | 76.59º | 0.99% | 0.86% | - |
| XYZ | 40.11 | 58.67 | 9.3 | - |
| YUV | 177.32 | 29.62 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 3 | 0.27 | 0 | 0.99 | 0.14 | 76.59 | 0.97 | 0.44 |
| Hex | A0 | DC | 3 | 1B | 0 | 63 | E | 4D | 61 | 2C |
| Octal | 240 | 334 | 3 | 33 | 0 | 143 | 16 | 115 | 141 | 54 |
| Binary | 10100000 | 11011100 | 11 | 11011 | 0 | 1100011 | 1110 | 1001101 | 1100001 | 101100 |
Color Harmonies of #A0DC03
Complementary color
Monochromatic Colors of #A0DC03
Black with #A0DC03
Text Example
Text Example
White with #A0DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC03; }
p { color: rgb(160,220,3); }
H1.HeaderClassName
{
color: #A0DC03;
}
.AnyTagClassName
{
color: #A0DC03;
}
</style>
background-color css
<style>
a { background-color: #A0DC03; }
a { background-color: rgb(160,220,3); }
div.DivClassName
{
background-color: #A0DC03;
}
.BgClassName
{
background-color: #A0DC03;
}
</style>
border-color css
<style>
span { border-color: #A0DC03; }
span { border-color: rgb(160,220,3); }
td.TdClassName
{
border-color: #A0DC03;
}
.TagClassName
{
border-color: #A0DC03;
}
</style>