Shades of Inch Worm #A0E404
Tints of Inch Worm #A0E404
RGB
CMYK
RGB Variations
Color information
#A0E404 (or 0xA0E404) is known color: Inch Worm. HEX triplet: A0, E4 and 04. RGB value is (160,228,4). Sum of RGB (Red+Green+Blue) = 160+228+4=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 228 (89.45% from 255 or 58.16% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E404 is #5F1BFB. Grayscale: #B6B6B6. Windows color (decimal): -6233084 or 320672. OLE color: 320672.
HSL color Cylindrical-coordinate representation of color #A0E404: hue angle of 78.21º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0E404 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 4 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.11 |
| HSL | 78.21º | 0.97% | 0.45% | - |
| HSV(B) | 78.21º | 0.98% | 0.89% | - |
| XYZ | 42.26 | 62.97 | 10.04 | - |
| YUV | 182.13 | 27.47 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 4 | 0.30 | 0 | 0.98 | 0.11 | 78.21 | 0.97 | 0.45 |
| Hex | A0 | E4 | 4 | 1E | 0 | 62 | B | 4E | 61 | 2D |
| Octal | 240 | 344 | 4 | 36 | 0 | 142 | 13 | 116 | 141 | 55 |
| Binary | 10100000 | 11100100 | 100 | 11110 | 0 | 1100010 | 1011 | 1001110 | 1100001 | 101101 |
Color Harmonies of #A0E404
Complementary color
Monochromatic Colors of #A0E404
Black with #A0E404
Text Example
Text Example
White with #A0E404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E404; }
p { color: rgb(160,228,4); }
H1.HeaderClassName
{
color: #A0E404;
}
.AnyTagClassName
{
color: #A0E404;
}
</style>
background-color css
<style>
a { background-color: #A0E404; }
a { background-color: rgb(160,228,4); }
div.DivClassName
{
background-color: #A0E404;
}
.BgClassName
{
background-color: #A0E404;
}
</style>
border-color css
<style>
span { border-color: #A0E404; }
span { border-color: rgb(160,228,4); }
td.TdClassName
{
border-color: #A0E404;
}
.TagClassName
{
border-color: #A0E404;
}
</style>