Shades of Inch Worm #A2DB16
Tints of Inch Worm #A2DB16
RGB
CMYK
RGB Variations
Color information
#A2DB16 (or 0xA2DB16) is known color: Inch Worm. HEX triplet: A2, DB and 16. RGB value is (162,219,22). Sum of RGB (Red+Green+Blue) = 162+219+22=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DB16 is #5D24E9. Grayscale: #B4B4B4. Windows color (decimal): -6104298 or 1498018. OLE color: 1498018.
HSL color Cylindrical-coordinate representation of color #A2DB16: hue angle of 77.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2DB16 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 22 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.14 |
| HSL | 77.36º | 0.82% | 0.47% | - |
| HSV(B) | 77.36º | 0.9% | 0.86% | - |
| XYZ | 40.38 | 58.4 | 9.9 | - |
| YUV | 179.5 | 39.12 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 22 | 0.26 | 0 | 0.90 | 0.14 | 77.36 | 0.82 | 0.47 |
| Hex | A2 | DB | 16 | 1A | 0 | 5A | E | 4D | 52 | 2F |
| Octal | 242 | 333 | 26 | 32 | 0 | 132 | 16 | 115 | 122 | 57 |
| Binary | 10100010 | 11011011 | 10110 | 11010 | 0 | 1011010 | 1110 | 1001101 | 1010010 | 101111 |
Color Harmonies of #A2DB16
Complementary color
Monochromatic Colors of #A2DB16
Black with #A2DB16
Text Example
Text Example
White with #A2DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB16; }
p { color: rgb(162,219,22); }
H1.HeaderClassName
{
color: #A2DB16;
}
.AnyTagClassName
{
color: #A2DB16;
}
</style>
background-color css
<style>
a { background-color: #A2DB16; }
a { background-color: rgb(162,219,22); }
div.DivClassName
{
background-color: #A2DB16;
}
.BgClassName
{
background-color: #A2DB16;
}
</style>
border-color css
<style>
span { border-color: #A2DB16; }
span { border-color: rgb(162,219,22); }
td.TdClassName
{
border-color: #A2DB16;
}
.TagClassName
{
border-color: #A2DB16;
}
</style>