Shades of Inch Worm #A2DB07
Tints of Inch Worm #A2DB07
RGB
CMYK
RGB Variations
Color information
#A2DB07 (or 0xA2DB07) is known color: Inch Worm. HEX triplet: A2, DB and 07. RGB value is (162,219,7). Sum of RGB (Red+Green+Blue) = 162+219+7=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DB07 is #5D24F8. Grayscale: #B2B2B2. Windows color (decimal): -6104313 or 514978. OLE color: 514978.
HSL color Cylindrical-coordinate representation of color #A2DB07: hue angle of 76.13º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2DB07 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 7 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.14 |
| HSL | 76.13º | 0.94% | 0.44% | - |
| HSV(B) | 76.13º | 0.97% | 0.86% | - |
| XYZ | 40.27 | 58.36 | 9.34 | - |
| YUV | 177.79 | 31.62 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 7 | 0.26 | 0 | 0.97 | 0.14 | 76.13 | 0.94 | 0.44 |
| Hex | A2 | DB | 7 | 1A | 0 | 61 | E | 4C | 5E | 2C |
| Octal | 242 | 333 | 7 | 32 | 0 | 141 | 16 | 114 | 136 | 54 |
| Binary | 10100010 | 11011011 | 111 | 11010 | 0 | 1100001 | 1110 | 1001100 | 1011110 | 101100 |
Color Harmonies of #A2DB07
Complementary color
Monochromatic Colors of #A2DB07
Black with #A2DB07
Text Example
Text Example
White with #A2DB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB07; }
p { color: rgb(162,219,7); }
H1.HeaderClassName
{
color: #A2DB07;
}
.AnyTagClassName
{
color: #A2DB07;
}
</style>
background-color css
<style>
a { background-color: #A2DB07; }
a { background-color: rgb(162,219,7); }
div.DivClassName
{
background-color: #A2DB07;
}
.BgClassName
{
background-color: #A2DB07;
}
</style>
border-color css
<style>
span { border-color: #A2DB07; }
span { border-color: rgb(162,219,7); }
td.TdClassName
{
border-color: #A2DB07;
}
.TagClassName
{
border-color: #A2DB07;
}
</style>