Shades of Inch Worm #A0E616
Tints of Inch Worm #A0E616
RGB
CMYK
RGB Variations
Color information
#A0E616 (or 0xA0E616) is known color: Inch Worm. HEX triplet: A0, E6 and 16. RGB value is (160,230,22). Sum of RGB (Red+Green+Blue) = 160+230+22=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 230 (90.23% from 255 or 55.83% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0E616 is #5F19E9. Grayscale: #BABABA. Windows color (decimal): -6232554 or 1500832. OLE color: 1500832.
HSL color Cylindrical-coordinate representation of color #A0E616: hue angle of 80.19º degrees, saturation: 0.83, 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 #A0E616 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 22 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.10 |
| HSL | 80.19º | 0.83% | 0.49% | - |
| HSV(B) | 80.19º | 0.9% | 0.9% | - |
| XYZ | 42.94 | 64.13 | 10.87 | - |
| YUV | 185.36 | 35.81 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 22 | 0.30 | 0 | 0.90 | 0.10 | 80.19 | 0.83 | 0.49 |
| Hex | A0 | E6 | 16 | 1E | 0 | 5A | A | 50 | 53 | 31 |
| Octal | 240 | 346 | 26 | 36 | 0 | 132 | 12 | 120 | 123 | 61 |
| Binary | 10100000 | 11100110 | 10110 | 11110 | 0 | 1011010 | 1010 | 1010000 | 1010011 | 110001 |
Color Harmonies of #A0E616
Complementary color
Monochromatic Colors of #A0E616
Black with #A0E616
Text Example
Text Example
White with #A0E616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E616; }
p { color: rgb(160,230,22); }
H1.HeaderClassName
{
color: #A0E616;
}
.AnyTagClassName
{
color: #A0E616;
}
</style>
background-color css
<style>
a { background-color: #A0E616; }
a { background-color: rgb(160,230,22); }
div.DivClassName
{
background-color: #A0E616;
}
.BgClassName
{
background-color: #A0E616;
}
</style>
border-color css
<style>
span { border-color: #A0E616; }
span { border-color: rgb(160,230,22); }
td.TdClassName
{
border-color: #A0E616;
}
.TagClassName
{
border-color: #A0E616;
}
</style>