Shades of Inch Worm #A0E407
Tints of Inch Worm #A0E407
RGB
CMYK
RGB Variations
Color information
#A0E407 (or 0xA0E407) is known color: Inch Worm. HEX triplet: A0, E4 and 07. RGB value is (160,228,7). Sum of RGB (Red+Green+Blue) = 160+228+7=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 228 (89.45% from 255 or 57.72% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E407 is #5F1BF8. Grayscale: #B7B7B7. Windows color (decimal): -6233081 or 517280. OLE color: 517280.
HSL color Cylindrical-coordinate representation of color #A0E407: hue angle of 78.46º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0E407 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 7 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.11 |
| HSL | 78.46º | 0.94% | 0.46% | - |
| HSV(B) | 78.46º | 0.97% | 0.89% | - |
| XYZ | 42.28 | 62.98 | 10.13 | - |
| YUV | 182.47 | 28.97 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 7 | 0.30 | 0 | 0.97 | 0.11 | 78.46 | 0.94 | 0.46 |
| Hex | A0 | E4 | 7 | 1E | 0 | 61 | B | 4E | 5E | 2E |
| Octal | 240 | 344 | 7 | 36 | 0 | 141 | 13 | 116 | 136 | 56 |
| Binary | 10100000 | 11100100 | 111 | 11110 | 0 | 1100001 | 1011 | 1001110 | 1011110 | 101110 |
Color Harmonies of #A0E407
Complementary color
Monochromatic Colors of #A0E407
Black with #A0E407
Text Example
Text Example
White with #A0E407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E407; }
p { color: rgb(160,228,7); }
H1.HeaderClassName
{
color: #A0E407;
}
.AnyTagClassName
{
color: #A0E407;
}
</style>
background-color css
<style>
a { background-color: #A0E407; }
a { background-color: rgb(160,228,7); }
div.DivClassName
{
background-color: #A0E407;
}
.BgClassName
{
background-color: #A0E407;
}
</style>
border-color css
<style>
span { border-color: #A0E407; }
span { border-color: rgb(160,228,7); }
td.TdClassName
{
border-color: #A0E407;
}
.TagClassName
{
border-color: #A0E407;
}
</style>