Shades of Inch Worm #A1D906
Tints of Inch Worm #A1D906
RGB
CMYK
RGB Variations
Color information
#A1D906 (or 0xA1D906) is known color: Inch Worm. HEX triplet: A1, D9 and 06. RGB value is (161,217,6). Sum of RGB (Red+Green+Blue) = 161+217+6=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D906 is #5E26F9. Grayscale: #B0B0B0. Windows color (decimal): -6170362 or 448929. OLE color: 448929.
HSL color Cylindrical-coordinate representation of color #A1D906: hue angle of 75.92º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1D906 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 6 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.15 |
| HSL | 75.92º | 0.95% | 0.44% | - |
| HSV(B) | 75.92º | 0.97% | 0.85% | - |
| XYZ | 39.54 | 57.22 | 9.13 | - |
| YUV | 176.2 | 31.95 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 6 | 0.26 | 0 | 0.97 | 0.15 | 75.92 | 0.95 | 0.44 |
| Hex | A1 | D9 | 6 | 1A | 0 | 61 | F | 4C | 5F | 2C |
| Octal | 241 | 331 | 6 | 32 | 0 | 141 | 17 | 114 | 137 | 54 |
| Binary | 10100001 | 11011001 | 110 | 11010 | 0 | 1100001 | 1111 | 1001100 | 1011111 | 101100 |
Color Harmonies of #A1D906
Complementary color
Monochromatic Colors of #A1D906
Black with #A1D906
Text Example
Text Example
White with #A1D906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D906; }
p { color: rgb(161,217,6); }
H1.HeaderClassName
{
color: #A1D906;
}
.AnyTagClassName
{
color: #A1D906;
}
</style>
background-color css
<style>
a { background-color: #A1D906; }
a { background-color: rgb(161,217,6); }
div.DivClassName
{
background-color: #A1D906;
}
.BgClassName
{
background-color: #A1D906;
}
</style>
border-color css
<style>
span { border-color: #A1D906; }
span { border-color: rgb(161,217,6); }
td.TdClassName
{
border-color: #A1D906;
}
.TagClassName
{
border-color: #A1D906;
}
</style>