Shades of Inch Worm #A0E70C
Tints of Inch Worm #A0E70C
RGB
CMYK
RGB Variations
Color information
#A0E70C (or 0xA0E70C) is known color: Inch Worm. HEX triplet: A0, E7 and 0C. RGB value is (160,231,12). Sum of RGB (Red+Green+Blue) = 160+231+12=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 231 (90.62% from 255 or 57.32% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0E70C is #5F18F3. Grayscale: #B9B9B9. Windows color (decimal): -6232308 or 845728. OLE color: 845728.
HSL color Cylindrical-coordinate representation of color #A0E70C: hue angle of 79.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0E70C is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 12 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.09 |
| HSL | 79.45º | 0.9% | 0.48% | - |
| HSV(B) | 79.45º | 0.95% | 0.91% | - |
| XYZ | 43.14 | 64.65 | 10.55 | - |
| YUV | 184.81 | 30.48 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 12 | 0.31 | 0 | 0.95 | 0.09 | 79.45 | 0.9 | 0.48 |
| Hex | A0 | E7 | C | 1F | 0 | 5F | 9 | 4F | 5A | 30 |
| Octal | 240 | 347 | 14 | 37 | 0 | 137 | 11 | 117 | 132 | 60 |
| Binary | 10100000 | 11100111 | 1100 | 11111 | 0 | 1011111 | 1001 | 1001111 | 1011010 | 110000 |
Color Harmonies of #A0E70C
Complementary color
Monochromatic Colors of #A0E70C
Black with #A0E70C
Text Example
Text Example
White with #A0E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E70C; }
p { color: rgb(160,231,12); }
H1.HeaderClassName
{
color: #A0E70C;
}
.AnyTagClassName
{
color: #A0E70C;
}
</style>
background-color css
<style>
a { background-color: #A0E70C; }
a { background-color: rgb(160,231,12); }
div.DivClassName
{
background-color: #A0E70C;
}
.BgClassName
{
background-color: #A0E70C;
}
</style>
border-color css
<style>
span { border-color: #A0E70C; }
span { border-color: rgb(160,231,12); }
td.TdClassName
{
border-color: #A0E70C;
}
.TagClassName
{
border-color: #A0E70C;
}
</style>