Shades of Inch Worm #A1D809
Tints of Inch Worm #A1D809
RGB
CMYK
RGB Variations
Color information
#A1D809 (or 0xA1D809) is known color: Inch Worm. HEX triplet: A1, D8 and 09. RGB value is (161,216,9). Sum of RGB (Red+Green+Blue) = 161+216+9=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D809 is #5E27F6. Grayscale: #B0B0B0. Windows color (decimal): -6170615 or 645281. OLE color: 645281.
HSL color Cylindrical-coordinate representation of color #A1D809: hue angle of 75.94º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1D809 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 9 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.15 |
| HSL | 75.94º | 0.92% | 0.44% | - |
| HSV(B) | 75.94º | 0.96% | 0.85% | - |
| XYZ | 39.3 | 56.71 | 9.13 | - |
| YUV | 175.96 | 33.78 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 9 | 0.25 | 0 | 0.96 | 0.15 | 75.94 | 0.92 | 0.44 |
| Hex | A1 | D8 | 9 | 19 | 0 | 60 | F | 4C | 5C | 2C |
| Octal | 241 | 330 | 11 | 31 | 0 | 140 | 17 | 114 | 134 | 54 |
| Binary | 10100001 | 11011000 | 1001 | 11001 | 0 | 1100000 | 1111 | 1001100 | 1011100 | 101100 |
Color Harmonies of #A1D809
Complementary color
Monochromatic Colors of #A1D809
Black with #A1D809
Text Example
Text Example
White with #A1D809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D809; }
p { color: rgb(161,216,9); }
H1.HeaderClassName
{
color: #A1D809;
}
.AnyTagClassName
{
color: #A1D809;
}
</style>
background-color css
<style>
a { background-color: #A1D809; }
a { background-color: rgb(161,216,9); }
div.DivClassName
{
background-color: #A1D809;
}
.BgClassName
{
background-color: #A1D809;
}
</style>
border-color css
<style>
span { border-color: #A1D809; }
span { border-color: rgb(161,216,9); }
td.TdClassName
{
border-color: #A1D809;
}
.TagClassName
{
border-color: #A1D809;
}
</style>