Shades of Inch Worm #A0D70C
Tints of Inch Worm #A0D70C
RGB
CMYK
RGB Variations
Color information
#A0D70C (or 0xA0D70C) is known color: Inch Worm. HEX triplet: A0, D7 and 0C. RGB value is (160,215,12). Sum of RGB (Red+Green+Blue) = 160+215+12=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 215 (84.38% from 255 or 55.56% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D70C is #5F28F3. Grayscale: #B0B0B0. Windows color (decimal): -6236404 or 841632. OLE color: 841632.
HSL color Cylindrical-coordinate representation of color #A0D70C: hue angle of 76.26º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0D70C is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 12 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.16 |
| HSL | 76.26º | 0.89% | 0.45% | - |
| HSV(B) | 76.26º | 0.94% | 0.84% | - |
| XYZ | 38.86 | 56.1 | 9.13 | - |
| YUV | 175.41 | 35.78 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 12 | 0.26 | 0 | 0.94 | 0.16 | 76.26 | 0.89 | 0.45 |
| Hex | A0 | D7 | C | 1A | 0 | 5E | 10 | 4C | 59 | 2D |
| Octal | 240 | 327 | 14 | 32 | 0 | 136 | 20 | 114 | 131 | 55 |
| Binary | 10100000 | 11010111 | 1100 | 11010 | 0 | 1011110 | 10000 | 1001100 | 1011001 | 101101 |
Color Harmonies of #A0D70C
Complementary color
Monochromatic Colors of #A0D70C
Black with #A0D70C
Text Example
Text Example
White with #A0D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D70C; }
p { color: rgb(160,215,12); }
H1.HeaderClassName
{
color: #A0D70C;
}
.AnyTagClassName
{
color: #A0D70C;
}
</style>
background-color css
<style>
a { background-color: #A0D70C; }
a { background-color: rgb(160,215,12); }
div.DivClassName
{
background-color: #A0D70C;
}
.BgClassName
{
background-color: #A0D70C;
}
</style>
border-color css
<style>
span { border-color: #A0D70C; }
span { border-color: rgb(160,215,12); }
td.TdClassName
{
border-color: #A0D70C;
}
.TagClassName
{
border-color: #A0D70C;
}
</style>