Shades of Inch Worm #A0E00C
Tints of Inch Worm #A0E00C
RGB
CMYK
RGB Variations
Color information
#A0E00C (or 0xA0E00C) is known color: Inch Worm. HEX triplet: A0, E0 and 0C. RGB value is (160,224,12). Sum of RGB (Red+Green+Blue) = 160+224+12=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 224 (87.89% from 255 or 56.57% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E00C is #5F1FF3. Grayscale: #B5B5B5. Windows color (decimal): -6234100 or 843936. OLE color: 843936.
HSL color Cylindrical-coordinate representation of color #A0E00C: hue angle of 78.11º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0E00C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 12 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.12 |
| HSL | 78.11º | 0.9% | 0.46% | - |
| HSV(B) | 78.11º | 0.95% | 0.88% | - |
| XYZ | 41.22 | 60.81 | 9.91 | - |
| YUV | 180.7 | 32.8 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 12 | 0.29 | 0 | 0.95 | 0.12 | 78.11 | 0.9 | 0.46 |
| Hex | A0 | E0 | C | 1D | 0 | 5F | C | 4E | 5A | 2E |
| Octal | 240 | 340 | 14 | 35 | 0 | 137 | 14 | 116 | 132 | 56 |
| Binary | 10100000 | 11100000 | 1100 | 11101 | 0 | 1011111 | 1100 | 1001110 | 1011010 | 101110 |
Color Harmonies of #A0E00C
Complementary color
Monochromatic Colors of #A0E00C
Black with #A0E00C
Text Example
Text Example
White with #A0E00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E00C; }
p { color: rgb(160,224,12); }
H1.HeaderClassName
{
color: #A0E00C;
}
.AnyTagClassName
{
color: #A0E00C;
}
</style>
background-color css
<style>
a { background-color: #A0E00C; }
a { background-color: rgb(160,224,12); }
div.DivClassName
{
background-color: #A0E00C;
}
.BgClassName
{
background-color: #A0E00C;
}
</style>
border-color css
<style>
span { border-color: #A0E00C; }
span { border-color: rgb(160,224,12); }
td.TdClassName
{
border-color: #A0E00C;
}
.TagClassName
{
border-color: #A0E00C;
}
</style>