Shades of Inch Worm #A0E517
Tints of Inch Worm #A0E517
RGB
CMYK
RGB Variations
Color information
#A0E517 (or 0xA0E517) is known color: Inch Worm. HEX triplet: A0, E5 and 17. RGB value is (160,229,23). Sum of RGB (Red+Green+Blue) = 160+229+23=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 229 (89.84% from 255 or 55.58% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E517 is #5F1AE8. Grayscale: #B9B9B9. Windows color (decimal): -6232809 or 1566112. OLE color: 1566112.
HSL color Cylindrical-coordinate representation of color #A0E517: hue angle of 80.1º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0E517 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 229 | 23 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.10 |
| HSL | 80.1º | 0.82% | 0.49% | - |
| HSV(B) | 80.1º | 0.9% | 0.9% | - |
| XYZ | 42.67 | 63.57 | 10.83 | - |
| YUV | 184.89 | 36.64 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 229 | 23 | 0.30 | 0 | 0.90 | 0.10 | 80.1 | 0.82 | 0.49 |
| Hex | A0 | E5 | 17 | 1E | 0 | 5A | A | 50 | 52 | 31 |
| Octal | 240 | 345 | 27 | 36 | 0 | 132 | 12 | 120 | 122 | 61 |
| Binary | 10100000 | 11100101 | 10111 | 11110 | 0 | 1011010 | 1010 | 1010000 | 1010010 | 110001 |
Color Harmonies of #A0E517
Complementary color
Monochromatic Colors of #A0E517
Black with #A0E517
Text Example
Text Example
White with #A0E517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E517; }
p { color: rgb(160,229,23); }
H1.HeaderClassName
{
color: #A0E517;
}
.AnyTagClassName
{
color: #A0E517;
}
</style>
background-color css
<style>
a { background-color: #A0E517; }
a { background-color: rgb(160,229,23); }
div.DivClassName
{
background-color: #A0E517;
}
.BgClassName
{
background-color: #A0E517;
}
</style>
border-color css
<style>
span { border-color: #A0E517; }
span { border-color: rgb(160,229,23); }
td.TdClassName
{
border-color: #A0E517;
}
.TagClassName
{
border-color: #A0E517;
}
</style>