Shades of Inch Worm #A0E70D
Tints of Inch Worm #A0E70D
RGB
CMYK
RGB Variations
Color information
#A0E70D (or 0xA0E70D) is known color: Inch Worm. HEX triplet: A0, E7 and 0D. RGB value is (160,231,13). Sum of RGB (Red+Green+Blue) = 160+231+13=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 231 (90.62% from 255 or 57.18% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0E70D is #5F18F2. Grayscale: #B9B9B9. Windows color (decimal): -6232307 or 911264. OLE color: 911264.
HSL color Cylindrical-coordinate representation of color #A0E70D: hue angle of 79.54º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0E70D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 13 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.09 |
| HSL | 79.54º | 0.89% | 0.48% | - |
| HSV(B) | 79.54º | 0.94% | 0.91% | - |
| XYZ | 43.15 | 64.65 | 10.59 | - |
| YUV | 184.92 | 30.98 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 13 | 0.31 | 0 | 0.94 | 0.09 | 79.54 | 0.89 | 0.48 |
| Hex | A0 | E7 | D | 1F | 0 | 5E | 9 | 50 | 59 | 30 |
| Octal | 240 | 347 | 15 | 37 | 0 | 136 | 11 | 120 | 131 | 60 |
| Binary | 10100000 | 11100111 | 1101 | 11111 | 0 | 1011110 | 1001 | 1010000 | 1011001 | 110000 |
Color Harmonies of #A0E70D
Complementary color
Monochromatic Colors of #A0E70D
Black with #A0E70D
Text Example
Text Example
White with #A0E70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E70D; }
p { color: rgb(160,231,13); }
H1.HeaderClassName
{
color: #A0E70D;
}
.AnyTagClassName
{
color: #A0E70D;
}
</style>
background-color css
<style>
a { background-color: #A0E70D; }
a { background-color: rgb(160,231,13); }
div.DivClassName
{
background-color: #A0E70D;
}
.BgClassName
{
background-color: #A0E70D;
}
</style>
border-color css
<style>
span { border-color: #A0E70D; }
span { border-color: rgb(160,231,13); }
td.TdClassName
{
border-color: #A0E70D;
}
.TagClassName
{
border-color: #A0E70D;
}
</style>