Shades of Inch Worm #A2DA16
Tints of Inch Worm #A2DA16
RGB
CMYK
RGB Variations
Color information
#A2DA16 (or 0xA2DA16) is known color: Inch Worm. HEX triplet: A2, DA and 16. RGB value is (162,218,22). Sum of RGB (Red+Green+Blue) = 162+218+22=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DA16 is #5D25E9. Grayscale: #B3B3B3. Windows color (decimal): -6104554 or 1497762. OLE color: 1497762.
HSL color Cylindrical-coordinate representation of color #A2DA16: hue angle of 77.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2DA16 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 22 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.15 |
| HSL | 77.14º | 0.82% | 0.47% | - |
| HSV(B) | 77.14º | 0.9% | 0.85% | - |
| XYZ | 40.12 | 57.88 | 9.82 | - |
| YUV | 178.91 | 39.45 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 22 | 0.26 | 0 | 0.90 | 0.15 | 77.14 | 0.82 | 0.47 |
| Hex | A2 | DA | 16 | 1A | 0 | 5A | F | 4D | 52 | 2F |
| Octal | 242 | 332 | 26 | 32 | 0 | 132 | 17 | 115 | 122 | 57 |
| Binary | 10100010 | 11011010 | 10110 | 11010 | 0 | 1011010 | 1111 | 1001101 | 1010010 | 101111 |
Color Harmonies of #A2DA16
Complementary color
Monochromatic Colors of #A2DA16
Black with #A2DA16
Text Example
Text Example
White with #A2DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA16; }
p { color: rgb(162,218,22); }
H1.HeaderClassName
{
color: #A2DA16;
}
.AnyTagClassName
{
color: #A2DA16;
}
</style>
background-color css
<style>
a { background-color: #A2DA16; }
a { background-color: rgb(162,218,22); }
div.DivClassName
{
background-color: #A2DA16;
}
.BgClassName
{
background-color: #A2DA16;
}
</style>
border-color css
<style>
span { border-color: #A2DA16; }
span { border-color: rgb(162,218,22); }
td.TdClassName
{
border-color: #A2DA16;
}
.TagClassName
{
border-color: #A2DA16;
}
</style>