Shades of Inch Worm #A1D206
Tints of Inch Worm #A1D206
RGB
CMYK
RGB Variations
Color information
#A1D206 (or 0xA1D206) is known color: Inch Worm. HEX triplet: A1, D2 and 06. RGB value is (161,210,6). Sum of RGB (Red+Green+Blue) = 161+210+6=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 210 (82.42% from 255 or 55.70% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D206 is #5E2DF9. Grayscale: #ACACAC. Windows color (decimal): -6172154 or 447137. OLE color: 447137.
HSL color Cylindrical-coordinate representation of color #A1D206: hue angle of 74.41º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1D206 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 6 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.18 |
| HSL | 74.41º | 0.94% | 0.42% | - |
| HSV(B) | 74.41º | 0.97% | 0.82% | - |
| XYZ | 37.78 | 53.68 | 8.54 | - |
| YUV | 172.09 | 34.27 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 6 | 0.23 | 0 | 0.97 | 0.18 | 74.41 | 0.94 | 0.42 |
| Hex | A1 | D2 | 6 | 17 | 0 | 61 | 12 | 4A | 5E | 2A |
| Octal | 241 | 322 | 6 | 27 | 0 | 141 | 22 | 112 | 136 | 52 |
| Binary | 10100001 | 11010010 | 110 | 10111 | 0 | 1100001 | 10010 | 1001010 | 1011110 | 101010 |
Color Harmonies of #A1D206
Complementary color
Monochromatic Colors of #A1D206
Black with #A1D206
Text Example
Text Example
White with #A1D206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D206; }
p { color: rgb(161,210,6); }
H1.HeaderClassName
{
color: #A1D206;
}
.AnyTagClassName
{
color: #A1D206;
}
</style>
background-color css
<style>
a { background-color: #A1D206; }
a { background-color: rgb(161,210,6); }
div.DivClassName
{
background-color: #A1D206;
}
.BgClassName
{
background-color: #A1D206;
}
</style>
border-color css
<style>
span { border-color: #A1D206; }
span { border-color: rgb(161,210,6); }
td.TdClassName
{
border-color: #A1D206;
}
.TagClassName
{
border-color: #A1D206;
}
</style>