Shades of Inch Worm #A2D616
Tints of Inch Worm #A2D616
RGB
CMYK
RGB Variations
Color information
#A2D616 (or 0xA2D616) is known color: Inch Worm. HEX triplet: A2, D6 and 16. RGB value is (162,214,22). Sum of RGB (Red+Green+Blue) = 162+214+22=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D616 is #5D29E9. Grayscale: #B1B1B1. Windows color (decimal): -6105578 or 1496738. OLE color: 1496738.
HSL color Cylindrical-coordinate representation of color #A2D616: hue angle of 76.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2D616 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 22 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.16 |
| HSL | 76.25º | 0.81% | 0.46% | - |
| HSV(B) | 76.25º | 0.9% | 0.84% | - |
| XYZ | 39.09 | 55.83 | 9.48 | - |
| YUV | 176.56 | 40.77 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 22 | 0.24 | 0 | 0.90 | 0.16 | 76.25 | 0.81 | 0.46 |
| Hex | A2 | D6 | 16 | 18 | 0 | 5A | 10 | 4C | 51 | 2E |
| Octal | 242 | 326 | 26 | 30 | 0 | 132 | 20 | 114 | 121 | 56 |
| Binary | 10100010 | 11010110 | 10110 | 11000 | 0 | 1011010 | 10000 | 1001100 | 1010001 | 101110 |
Color Harmonies of #A2D616
Complementary color
Monochromatic Colors of #A2D616
Black with #A2D616
Text Example
Text Example
White with #A2D616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D616; }
p { color: rgb(162,214,22); }
H1.HeaderClassName
{
color: #A2D616;
}
.AnyTagClassName
{
color: #A2D616;
}
</style>
background-color css
<style>
a { background-color: #A2D616; }
a { background-color: rgb(162,214,22); }
div.DivClassName
{
background-color: #A2D616;
}
.BgClassName
{
background-color: #A2D616;
}
</style>
border-color css
<style>
span { border-color: #A2D616; }
span { border-color: rgb(162,214,22); }
td.TdClassName
{
border-color: #A2D616;
}
.TagClassName
{
border-color: #A2D616;
}
</style>