Shades of Inch Worm #A0E20C
Tints of Inch Worm #A0E20C
RGB
CMYK
RGB Variations
Color information
#A0E20C (or 0xA0E20C) is known color: Inch Worm. HEX triplet: A0, E2 and 0C. RGB value is (160,226,12). Sum of RGB (Red+Green+Blue) = 160+226+12=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 226 (88.67% from 255 or 56.78% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E20C is #5F1DF3. Grayscale: #B6B6B6. Windows color (decimal): -6233588 or 844448. OLE color: 844448.
HSL color Cylindrical-coordinate representation of color #A0E20C: hue angle of 78.5º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0E20C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 12 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.11 |
| HSL | 78.5º | 0.9% | 0.47% | - |
| HSV(B) | 78.5º | 0.95% | 0.89% | - |
| XYZ | 41.76 | 61.89 | 10.09 | - |
| YUV | 181.87 | 32.13 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 12 | 0.29 | 0 | 0.95 | 0.11 | 78.5 | 0.9 | 0.47 |
| Hex | A0 | E2 | C | 1D | 0 | 5F | B | 4F | 5A | 2F |
| Octal | 240 | 342 | 14 | 35 | 0 | 137 | 13 | 117 | 132 | 57 |
| Binary | 10100000 | 11100010 | 1100 | 11101 | 0 | 1011111 | 1011 | 1001111 | 1011010 | 101111 |
Color Harmonies of #A0E20C
Complementary color
Monochromatic Colors of #A0E20C
Black with #A0E20C
Text Example
Text Example
White with #A0E20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E20C; }
p { color: rgb(160,226,12); }
H1.HeaderClassName
{
color: #A0E20C;
}
.AnyTagClassName
{
color: #A0E20C;
}
</style>
background-color css
<style>
a { background-color: #A0E20C; }
a { background-color: rgb(160,226,12); }
div.DivClassName
{
background-color: #A0E20C;
}
.BgClassName
{
background-color: #A0E20C;
}
</style>
border-color css
<style>
span { border-color: #A0E20C; }
span { border-color: rgb(160,226,12); }
td.TdClassName
{
border-color: #A0E20C;
}
.TagClassName
{
border-color: #A0E20C;
}
</style>