Shades of Inch Worm #A2D806
Tints of Inch Worm #A2D806
RGB
CMYK
RGB Variations
Color information
#A2D806 (or 0xA2D806) is known color: Inch Worm. HEX triplet: A2, D8 and 06. RGB value is (162,216,6). Sum of RGB (Red+Green+Blue) = 162+216+6=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D806 is #5D27F9. Grayscale: #B0B0B0. Windows color (decimal): -6105082 or 448674. OLE color: 448674.
HSL color Cylindrical-coordinate representation of color #A2D806: hue angle of 75.43º 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 #A2D806 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 6 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.15 |
| HSL | 75.43º | 0.95% | 0.44% | - |
| HSV(B) | 75.43º | 0.97% | 0.85% | - |
| XYZ | 39.49 | 56.81 | 9.06 | - |
| YUV | 175.91 | 32.11 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 6 | 0.25 | 0 | 0.97 | 0.15 | 75.43 | 0.95 | 0.44 |
| Hex | A2 | D8 | 6 | 19 | 0 | 61 | F | 4B | 5F | 2C |
| Octal | 242 | 330 | 6 | 31 | 0 | 141 | 17 | 113 | 137 | 54 |
| Binary | 10100010 | 11011000 | 110 | 11001 | 0 | 1100001 | 1111 | 1001011 | 1011111 | 101100 |
Color Harmonies of #A2D806
Complementary color
Monochromatic Colors of #A2D806
Black with #A2D806
Text Example
Text Example
White with #A2D806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D806; }
p { color: rgb(162,216,6); }
H1.HeaderClassName
{
color: #A2D806;
}
.AnyTagClassName
{
color: #A2D806;
}
</style>
background-color css
<style>
a { background-color: #A2D806; }
a { background-color: rgb(162,216,6); }
div.DivClassName
{
background-color: #A2D806;
}
.BgClassName
{
background-color: #A2D806;
}
</style>
border-color css
<style>
span { border-color: #A2D806; }
span { border-color: rgb(162,216,6); }
td.TdClassName
{
border-color: #A2D806;
}
.TagClassName
{
border-color: #A2D806;
}
</style>