Shades of Inch Worm #A2DC04
Tints of Inch Worm #A2DC04
RGB
CMYK
RGB Variations
Color information
#A2DC04 (or 0xA2DC04) is known color: Inch Worm. HEX triplet: A2, DC and 04. RGB value is (162,220,4). Sum of RGB (Red+Green+Blue) = 162+220+4=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DC04 is #5D23FB. Grayscale: #B2B2B2. Windows color (decimal): -6104060 or 318626. OLE color: 318626.
HSL color Cylindrical-coordinate representation of color #A2DC04: hue angle of 76.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2DC04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 4 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.14 |
| HSL | 76.11º | 0.96% | 0.44% | - |
| HSV(B) | 76.11º | 0.98% | 0.86% | - |
| XYZ | 40.52 | 58.88 | 9.34 | - |
| YUV | 178.03 | 29.78 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 4 | 0.26 | 0 | 0.98 | 0.14 | 76.11 | 0.96 | 0.44 |
| Hex | A2 | DC | 4 | 1A | 0 | 62 | E | 4C | 60 | 2C |
| Octal | 242 | 334 | 4 | 32 | 0 | 142 | 16 | 114 | 140 | 54 |
| Binary | 10100010 | 11011100 | 100 | 11010 | 0 | 1100010 | 1110 | 1001100 | 1100000 | 101100 |
Color Harmonies of #A2DC04
Complementary color
Monochromatic Colors of #A2DC04
Black with #A2DC04
Text Example
Text Example
White with #A2DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC04; }
p { color: rgb(162,220,4); }
H1.HeaderClassName
{
color: #A2DC04;
}
.AnyTagClassName
{
color: #A2DC04;
}
</style>
background-color css
<style>
a { background-color: #A2DC04; }
a { background-color: rgb(162,220,4); }
div.DivClassName
{
background-color: #A2DC04;
}
.BgClassName
{
background-color: #A2DC04;
}
</style>
border-color css
<style>
span { border-color: #A2DC04; }
span { border-color: rgb(162,220,4); }
td.TdClassName
{
border-color: #A2DC04;
}
.TagClassName
{
border-color: #A2DC04;
}
</style>