Shades of Inch Worm #A1DC17
Tints of Inch Worm #A1DC17
RGB
CMYK
RGB Variations
Color information
#A1DC17 (or 0xA1DC17) is known color: Inch Worm. HEX triplet: A1, DC and 17. RGB value is (161,220,23). Sum of RGB (Red+Green+Blue) = 161+220+23=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DC17 is #5E23E8. Grayscale: #B4B4B4. Windows color (decimal): -6169577 or 1563809. OLE color: 1563809.
HSL color Cylindrical-coordinate representation of color #A1DC17: hue angle of 77.97º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1DC17 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 23 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.14 |
| HSL | 77.97º | 0.81% | 0.48% | - |
| HSV(B) | 77.97º | 0.9% | 0.86% | - |
| XYZ | 40.45 | 58.83 | 10.03 | - |
| YUV | 179.9 | 39.45 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 23 | 0.27 | 0 | 0.90 | 0.14 | 77.97 | 0.81 | 0.48 |
| Hex | A1 | DC | 17 | 1B | 0 | 5A | E | 4E | 51 | 30 |
| Octal | 241 | 334 | 27 | 33 | 0 | 132 | 16 | 116 | 121 | 60 |
| Binary | 10100001 | 11011100 | 10111 | 11011 | 0 | 1011010 | 1110 | 1001110 | 1010001 | 110000 |
Color Harmonies of #A1DC17
Complementary color
Monochromatic Colors of #A1DC17
Black with #A1DC17
Text Example
Text Example
White with #A1DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC17; }
p { color: rgb(161,220,23); }
H1.HeaderClassName
{
color: #A1DC17;
}
.AnyTagClassName
{
color: #A1DC17;
}
</style>
background-color css
<style>
a { background-color: #A1DC17; }
a { background-color: rgb(161,220,23); }
div.DivClassName
{
background-color: #A1DC17;
}
.BgClassName
{
background-color: #A1DC17;
}
</style>
border-color css
<style>
span { border-color: #A1DC17; }
span { border-color: rgb(161,220,23); }
td.TdClassName
{
border-color: #A1DC17;
}
.TagClassName
{
border-color: #A1DC17;
}
</style>