Shades of Inch Worm #A2D70F
Tints of Inch Worm #A2D70F
RGB
CMYK
RGB Variations
Color information
#A2D70F (or 0xA2D70F) is known color: Inch Worm. HEX triplet: A2, D7 and 0F. RGB value is (162,215,15). Sum of RGB (Red+Green+Blue) = 162+215+15=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 215 (84.38% from 255 or 54.85% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D70F is #5D28F0. Grayscale: #B1B1B1. Windows color (decimal): -6105329 or 1038242. OLE color: 1038242.
HSL color Cylindrical-coordinate representation of color #A2D70F: hue angle of 75.9º degrees, saturation: 0.87, 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 #A2D70F is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 15 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.16 |
| HSL | 75.9º | 0.87% | 0.45% | - |
| HSV(B) | 75.9º | 0.93% | 0.84% | - |
| XYZ | 39.29 | 56.32 | 9.25 | - |
| YUV | 176.35 | 36.94 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 15 | 0.25 | 0 | 0.93 | 0.16 | 75.9 | 0.87 | 0.45 |
| Hex | A2 | D7 | F | 19 | 0 | 5D | 10 | 4C | 57 | 2D |
| Octal | 242 | 327 | 17 | 31 | 0 | 135 | 20 | 114 | 127 | 55 |
| Binary | 10100010 | 11010111 | 1111 | 11001 | 0 | 1011101 | 10000 | 1001100 | 1010111 | 101101 |
Color Harmonies of #A2D70F
Complementary color
Monochromatic Colors of #A2D70F
Black with #A2D70F
Text Example
Text Example
White with #A2D70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D70F; }
p { color: rgb(162,215,15); }
H1.HeaderClassName
{
color: #A2D70F;
}
.AnyTagClassName
{
color: #A2D70F;
}
</style>
background-color css
<style>
a { background-color: #A2D70F; }
a { background-color: rgb(162,215,15); }
div.DivClassName
{
background-color: #A2D70F;
}
.BgClassName
{
background-color: #A2D70F;
}
</style>
border-color css
<style>
span { border-color: #A2D70F; }
span { border-color: rgb(162,215,15); }
td.TdClassName
{
border-color: #A2D70F;
}
.TagClassName
{
border-color: #A2D70F;
}
</style>