Shades of Inch Worm #A1DC04
Tints of Inch Worm #A1DC04
RGB
CMYK
RGB Variations
Color information
#A1DC04 (or 0xA1DC04) is known color: Inch Worm. HEX triplet: A1, DC and 04. RGB value is (161,220,4). Sum of RGB (Red+Green+Blue) = 161+220+4=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DC04 is #5E23FB. Grayscale: #B2B2B2. Windows color (decimal): -6169596 or 318625. OLE color: 318625.
HSL color Cylindrical-coordinate representation of color #A1DC04: hue angle of 76.39º 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 #A1DC04 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 4 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.14 |
| HSL | 76.39º | 0.96% | 0.44% | - |
| HSV(B) | 76.39º | 0.98% | 0.86% | - |
| XYZ | 40.31 | 58.77 | 9.33 | - |
| YUV | 177.74 | 29.95 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 4 | 0.27 | 0 | 0.98 | 0.14 | 76.39 | 0.96 | 0.44 |
| Hex | A1 | DC | 4 | 1B | 0 | 62 | E | 4C | 60 | 2C |
| Octal | 241 | 334 | 4 | 33 | 0 | 142 | 16 | 114 | 140 | 54 |
| Binary | 10100001 | 11011100 | 100 | 11011 | 0 | 1100010 | 1110 | 1001100 | 1100000 | 101100 |
Color Harmonies of #A1DC04
Complementary color
Monochromatic Colors of #A1DC04
Black with #A1DC04
Text Example
Text Example
White with #A1DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC04; }
p { color: rgb(161,220,4); }
H1.HeaderClassName
{
color: #A1DC04;
}
.AnyTagClassName
{
color: #A1DC04;
}
</style>
background-color css
<style>
a { background-color: #A1DC04; }
a { background-color: rgb(161,220,4); }
div.DivClassName
{
background-color: #A1DC04;
}
.BgClassName
{
background-color: #A1DC04;
}
</style>
border-color css
<style>
span { border-color: #A1DC04; }
span { border-color: rgb(161,220,4); }
td.TdClassName
{
border-color: #A1DC04;
}
.TagClassName
{
border-color: #A1DC04;
}
</style>