Shades of Inch Worm #A0E619
Tints of Inch Worm #A0E619
RGB
CMYK
RGB Variations
Color information
#A0E619 (or 0xA0E619) is known color: Inch Worm. HEX triplet: A0, E6 and 19. RGB value is (160,230,25). Sum of RGB (Red+Green+Blue) = 160+230+25=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 230 (90.23% from 255 or 55.42% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E619 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0E619 is #5F19E6. Grayscale: #BABABA. Windows color (decimal): -6232551 or 1697440. OLE color: 1697440.
HSL color Cylindrical-coordinate representation of color #A0E619: hue angle of 80.49º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0E619 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 25 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.10 |
| HSL | 80.49º | 0.8% | 0.5% | - |
| HSV(B) | 80.49º | 0.89% | 0.9% | - |
| XYZ | 42.97 | 64.14 | 11.03 | - |
| YUV | 185.7 | 37.31 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 25 | 0.30 | 0 | 0.89 | 0.10 | 80.49 | 0.8 | 0.5 |
| Hex | A0 | E6 | 19 | 1E | 0 | 59 | A | 50 | 50 | 32 |
| Octal | 240 | 346 | 31 | 36 | 0 | 131 | 12 | 120 | 120 | 62 |
| Binary | 10100000 | 11100110 | 11001 | 11110 | 0 | 1011001 | 1010 | 1010000 | 1010000 | 110010 |
Color Harmonies of #A0E619
Complementary color
Monochromatic Colors of #A0E619
Black with #A0E619
Text Example
Text Example
White with #A0E619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E619; }
p { color: rgb(160,230,25); }
H1.HeaderClassName
{
color: #A0E619;
}
.AnyTagClassName
{
color: #A0E619;
}
</style>
background-color css
<style>
a { background-color: #A0E619; }
a { background-color: rgb(160,230,25); }
div.DivClassName
{
background-color: #A0E619;
}
.BgClassName
{
background-color: #A0E619;
}
</style>
border-color css
<style>
span { border-color: #A0E619; }
span { border-color: rgb(160,230,25); }
td.TdClassName
{
border-color: #A0E619;
}
.TagClassName
{
border-color: #A0E619;
}
</style>