Shades of Inch Worm #A1D20C
Tints of Inch Worm #A1D20C
RGB
CMYK
RGB Variations
Color information
#A1D20C (or 0xA1D20C) is known color: Inch Worm. HEX triplet: A1, D2 and 0C. RGB value is (161,210,12). Sum of RGB (Red+Green+Blue) = 161+210+12=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D20C is #5E2DF3. Grayscale: #ADADAD. Windows color (decimal): -6172148 or 840353. OLE color: 840353.
HSL color Cylindrical-coordinate representation of color #A1D20C: hue angle of 74.85º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1D20C is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 12 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.18 |
| HSL | 74.85º | 0.89% | 0.44% | - |
| HSV(B) | 74.85º | 0.94% | 0.82% | - |
| XYZ | 37.81 | 53.7 | 8.72 | - |
| YUV | 172.78 | 37.27 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 12 | 0.23 | 0 | 0.94 | 0.18 | 74.85 | 0.89 | 0.44 |
| Hex | A1 | D2 | C | 17 | 0 | 5E | 12 | 4B | 59 | 2C |
| Octal | 241 | 322 | 14 | 27 | 0 | 136 | 22 | 113 | 131 | 54 |
| Binary | 10100001 | 11010010 | 1100 | 10111 | 0 | 1011110 | 10010 | 1001011 | 1011001 | 101100 |
Color Harmonies of #A1D20C
Complementary color
Monochromatic Colors of #A1D20C
Black with #A1D20C
Text Example
Text Example
White with #A1D20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D20C; }
p { color: rgb(161,210,12); }
H1.HeaderClassName
{
color: #A1D20C;
}
.AnyTagClassName
{
color: #A1D20C;
}
</style>
background-color css
<style>
a { background-color: #A1D20C; }
a { background-color: rgb(161,210,12); }
div.DivClassName
{
background-color: #A1D20C;
}
.BgClassName
{
background-color: #A1D20C;
}
</style>
border-color css
<style>
span { border-color: #A1D20C; }
span { border-color: rgb(161,210,12); }
td.TdClassName
{
border-color: #A1D20C;
}
.TagClassName
{
border-color: #A1D20C;
}
</style>