Shades of Inch Worm #A2D70A
Tints of Inch Worm #A2D70A
RGB
CMYK
RGB Variations
Color information
#A2D70A (or 0xA2D70A) is known color: Inch Worm. HEX triplet: A2, D7 and 0A. RGB value is (162,215,10). Sum of RGB (Red+Green+Blue) = 162+215+10=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 215 (84.38% from 255 or 55.56% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D70A is #5D28F5. Grayscale: #B0B0B0. Windows color (decimal): -6105334 or 710562. OLE color: 710562.
HSL color Cylindrical-coordinate representation of color #A2D70A: hue angle of 75.51º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2D70A is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 10 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.16 |
| HSL | 75.51º | 0.91% | 0.44% | - |
| HSV(B) | 75.51º | 0.95% | 0.84% | - |
| XYZ | 39.26 | 56.3 | 9.09 | - |
| YUV | 175.78 | 34.44 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 10 | 0.25 | 0 | 0.95 | 0.16 | 75.51 | 0.91 | 0.44 |
| Hex | A2 | D7 | A | 19 | 0 | 5F | 10 | 4C | 5B | 2C |
| Octal | 242 | 327 | 12 | 31 | 0 | 137 | 20 | 114 | 133 | 54 |
| Binary | 10100010 | 11010111 | 1010 | 11001 | 0 | 1011111 | 10000 | 1001100 | 1011011 | 101100 |
Color Harmonies of #A2D70A
Complementary color
Monochromatic Colors of #A2D70A
Black with #A2D70A
Text Example
Text Example
White with #A2D70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D70A; }
p { color: rgb(162,215,10); }
H1.HeaderClassName
{
color: #A2D70A;
}
.AnyTagClassName
{
color: #A2D70A;
}
</style>
background-color css
<style>
a { background-color: #A2D70A; }
a { background-color: rgb(162,215,10); }
div.DivClassName
{
background-color: #A2D70A;
}
.BgClassName
{
background-color: #A2D70A;
}
</style>
border-color css
<style>
span { border-color: #A2D70A; }
span { border-color: rgb(162,215,10); }
td.TdClassName
{
border-color: #A2D70A;
}
.TagClassName
{
border-color: #A2D70A;
}
</style>