Shades of Inch Worm #A1DC06
Tints of Inch Worm #A1DC06
RGB
CMYK
RGB Variations
Color information
#A1DC06 (or 0xA1DC06) is known color: Inch Worm. HEX triplet: A1, DC and 06. RGB value is (161,220,6). Sum of RGB (Red+Green+Blue) = 161+220+6=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DC06 is #5E23F9. Grayscale: #B2B2B2. Windows color (decimal): -6169594 or 449697. OLE color: 449697.
HSL color Cylindrical-coordinate representation of color #A1DC06: hue angle of 76.54º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1DC06 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 6 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.14 |
| HSL | 76.54º | 0.95% | 0.44% | - |
| HSV(B) | 76.54º | 0.97% | 0.86% | - |
| XYZ | 40.32 | 58.78 | 9.39 | - |
| YUV | 177.96 | 30.95 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 6 | 0.27 | 0 | 0.97 | 0.14 | 76.54 | 0.95 | 0.44 |
| Hex | A1 | DC | 6 | 1B | 0 | 61 | E | 4D | 5F | 2C |
| Octal | 241 | 334 | 6 | 33 | 0 | 141 | 16 | 115 | 137 | 54 |
| Binary | 10100001 | 11011100 | 110 | 11011 | 0 | 1100001 | 1110 | 1001101 | 1011111 | 101100 |
Color Harmonies of #A1DC06
Complementary color
Monochromatic Colors of #A1DC06
Black with #A1DC06
Text Example
Text Example
White with #A1DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC06; }
p { color: rgb(161,220,6); }
H1.HeaderClassName
{
color: #A1DC06;
}
.AnyTagClassName
{
color: #A1DC06;
}
</style>
background-color css
<style>
a { background-color: #A1DC06; }
a { background-color: rgb(161,220,6); }
div.DivClassName
{
background-color: #A1DC06;
}
.BgClassName
{
background-color: #A1DC06;
}
</style>
border-color css
<style>
span { border-color: #A1DC06; }
span { border-color: rgb(161,220,6); }
td.TdClassName
{
border-color: #A1DC06;
}
.TagClassName
{
border-color: #A1DC06;
}
</style>