Shades of Inch Worm #A1DC07
Tints of Inch Worm #A1DC07
RGB
CMYK
RGB Variations
Color information
#A1DC07 (or 0xA1DC07) is known color: Inch Worm. HEX triplet: A1, DC and 07. RGB value is (161,220,7). Sum of RGB (Red+Green+Blue) = 161+220+7=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DC07 is #5E23F8. Grayscale: #B2B2B2. Windows color (decimal): -6169593 or 515233. OLE color: 515233.
HSL color Cylindrical-coordinate representation of color #A1DC07: hue angle of 76.62º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1DC07 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 7 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.14 |
| HSL | 76.62º | 0.94% | 0.45% | - |
| HSV(B) | 76.62º | 0.97% | 0.86% | - |
| XYZ | 40.33 | 58.78 | 9.42 | - |
| YUV | 178.08 | 31.45 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 7 | 0.27 | 0 | 0.97 | 0.14 | 76.62 | 0.94 | 0.45 |
| Hex | A1 | DC | 7 | 1B | 0 | 61 | E | 4D | 5E | 2D |
| Octal | 241 | 334 | 7 | 33 | 0 | 141 | 16 | 115 | 136 | 55 |
| Binary | 10100001 | 11011100 | 111 | 11011 | 0 | 1100001 | 1110 | 1001101 | 1011110 | 101101 |
Color Harmonies of #A1DC07
Complementary color
Monochromatic Colors of #A1DC07
Black with #A1DC07
Text Example
Text Example
White with #A1DC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC07; }
p { color: rgb(161,220,7); }
H1.HeaderClassName
{
color: #A1DC07;
}
.AnyTagClassName
{
color: #A1DC07;
}
</style>
background-color css
<style>
a { background-color: #A1DC07; }
a { background-color: rgb(161,220,7); }
div.DivClassName
{
background-color: #A1DC07;
}
.BgClassName
{
background-color: #A1DC07;
}
</style>
border-color css
<style>
span { border-color: #A1DC07; }
span { border-color: rgb(161,220,7); }
td.TdClassName
{
border-color: #A1DC07;
}
.TagClassName
{
border-color: #A1DC07;
}
</style>