Shades of Inch Worm #A1D61D
Tints of Inch Worm #A1D61D
RGB
CMYK
RGB Variations
Color information
#A1D61D (or 0xA1D61D) is known color: Inch Worm. HEX triplet: A1, D6 and 1D. RGB value is (161,214,29). Sum of RGB (Red+Green+Blue) = 161+214+29=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D61D is #5E29E2. Grayscale: #B1B1B1. Windows color (decimal): -6171107 or 1955489. OLE color: 1955489.
HSL color Cylindrical-coordinate representation of color #A1D61D: hue angle of 77.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1D61D is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 29 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.16 |
| HSL | 77.19º | 0.76% | 0.48% | - |
| HSV(B) | 77.19º | 0.86% | 0.84% | - |
| XYZ | 38.97 | 55.76 | 9.87 | - |
| YUV | 177.06 | 44.44 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 29 | 0.25 | 0 | 0.86 | 0.16 | 77.19 | 0.76 | 0.48 |
| Hex | A1 | D6 | 1D | 19 | 0 | 56 | 10 | 4D | 4C | 30 |
| Octal | 241 | 326 | 35 | 31 | 0 | 126 | 20 | 115 | 114 | 60 |
| Binary | 10100001 | 11010110 | 11101 | 11001 | 0 | 1010110 | 10000 | 1001101 | 1001100 | 110000 |
Color Harmonies of #A1D61D
Complementary color
Monochromatic Colors of #A1D61D
Black with #A1D61D
Text Example
Text Example
White with #A1D61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D61D; }
p { color: rgb(161,214,29); }
H1.HeaderClassName
{
color: #A1D61D;
}
.AnyTagClassName
{
color: #A1D61D;
}
</style>
background-color css
<style>
a { background-color: #A1D61D; }
a { background-color: rgb(161,214,29); }
div.DivClassName
{
background-color: #A1D61D;
}
.BgClassName
{
background-color: #A1D61D;
}
</style>
border-color css
<style>
span { border-color: #A1D61D; }
span { border-color: rgb(161,214,29); }
td.TdClassName
{
border-color: #A1D61D;
}
.TagClassName
{
border-color: #A1D61D;
}
</style>