Shades of Inch Worm #A2D606
Tints of Inch Worm #A2D606
RGB
CMYK
RGB Variations
Color information
#A2D606 (or 0xA2D606) is known color: Inch Worm. HEX triplet: A2, D6 and 06. RGB value is (162,214,6). Sum of RGB (Red+Green+Blue) = 162+214+6=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D606 is #5D29F9. Grayscale: #AFAFAF. Windows color (decimal): -6105594 or 448162. OLE color: 448162.
HSL color Cylindrical-coordinate representation of color #A2D606: hue angle of 75º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2D606 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 6 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.16 |
| HSL | 75º | 0.95% | 0.43% | - |
| HSV(B) | 75º | 0.97% | 0.84% | - |
| XYZ | 38.98 | 55.79 | 8.89 | - |
| YUV | 174.74 | 32.77 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 6 | 0.24 | 0 | 0.97 | 0.16 | 75 | 0.95 | 0.43 |
| Hex | A2 | D6 | 6 | 18 | 0 | 61 | 10 | 4B | 5F | 2B |
| Octal | 242 | 326 | 6 | 30 | 0 | 141 | 20 | 113 | 137 | 53 |
| Binary | 10100010 | 11010110 | 110 | 11000 | 0 | 1100001 | 10000 | 1001011 | 1011111 | 101011 |
Color Harmonies of #A2D606
Complementary color
Monochromatic Colors of #A2D606
Black with #A2D606
Text Example
Text Example
White with #A2D606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D606; }
p { color: rgb(162,214,6); }
H1.HeaderClassName
{
color: #A2D606;
}
.AnyTagClassName
{
color: #A2D606;
}
</style>
background-color css
<style>
a { background-color: #A2D606; }
a { background-color: rgb(162,214,6); }
div.DivClassName
{
background-color: #A2D606;
}
.BgClassName
{
background-color: #A2D606;
}
</style>
border-color css
<style>
span { border-color: #A2D606; }
span { border-color: rgb(162,214,6); }
td.TdClassName
{
border-color: #A2D606;
}
.TagClassName
{
border-color: #A2D606;
}
</style>