Shades of Inch Worm #A2D70E
Tints of Inch Worm #A2D70E
RGB
CMYK
RGB Variations
Color information
#A2D70E (or 0xA2D70E) is known color: Inch Worm. HEX triplet: A2, D7 and 0E. RGB value is (162,215,14). Sum of RGB (Red+Green+Blue) = 162+215+14=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D70E is #5D28F1. Grayscale: #B0B0B0. Windows color (decimal): -6105330 or 972706. OLE color: 972706.
HSL color Cylindrical-coordinate representation of color #A2D70E: hue angle of 75.82º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2D70E is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 14 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.16 |
| HSL | 75.82º | 0.88% | 0.45% | - |
| HSV(B) | 75.82º | 0.93% | 0.84% | - |
| XYZ | 39.28 | 56.31 | 9.21 | - |
| YUV | 176.24 | 36.44 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 14 | 0.25 | 0 | 0.93 | 0.16 | 75.82 | 0.88 | 0.45 |
| Hex | A2 | D7 | E | 19 | 0 | 5D | 10 | 4C | 58 | 2D |
| Octal | 242 | 327 | 16 | 31 | 0 | 135 | 20 | 114 | 130 | 55 |
| Binary | 10100010 | 11010111 | 1110 | 11001 | 0 | 1011101 | 10000 | 1001100 | 1011000 | 101101 |
Color Harmonies of #A2D70E
Complementary color
Monochromatic Colors of #A2D70E
Black with #A2D70E
Text Example
Text Example
White with #A2D70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D70E; }
p { color: rgb(162,215,14); }
H1.HeaderClassName
{
color: #A2D70E;
}
.AnyTagClassName
{
color: #A2D70E;
}
</style>
background-color css
<style>
a { background-color: #A2D70E; }
a { background-color: rgb(162,215,14); }
div.DivClassName
{
background-color: #A2D70E;
}
.BgClassName
{
background-color: #A2D70E;
}
</style>
border-color css
<style>
span { border-color: #A2D70E; }
span { border-color: rgb(162,215,14); }
td.TdClassName
{
border-color: #A2D70E;
}
.TagClassName
{
border-color: #A2D70E;
}
</style>