Shades of Inch Worm #A0E023
Tints of Inch Worm #A0E023
RGB
CMYK
RGB Variations
Color information
#A0E023 (or 0xA0E023) is known color: Inch Worm. HEX triplet: A0, E0 and 23. RGB value is (160,224,35). Sum of RGB (Red+Green+Blue) = 160+224+35=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E023 is #5F1FDC. Grayscale: #B8B8B8. Windows color (decimal): -6234077 or 2351264. OLE color: 2351264.
HSL color Cylindrical-coordinate representation of color #A0E023: hue angle of 80.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0E023 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 35 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.12 |
| HSL | 80.32º | 0.75% | 0.51% | - |
| HSV(B) | 80.32º | 0.84% | 0.88% | - |
| XYZ | 41.46 | 60.91 | 11.16 | - |
| YUV | 183.32 | 44.3 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 35 | 0.29 | 0 | 0.84 | 0.12 | 80.32 | 0.75 | 0.51 |
| Hex | A0 | E0 | 23 | 1D | 0 | 54 | C | 50 | 4B | 33 |
| Octal | 240 | 340 | 43 | 35 | 0 | 124 | 14 | 120 | 113 | 63 |
| Binary | 10100000 | 11100000 | 100011 | 11101 | 0 | 1010100 | 1100 | 1010000 | 1001011 | 110011 |
Color Harmonies of #A0E023
Complementary color
Monochromatic Colors of #A0E023
Black with #A0E023
Text Example
Text Example
White with #A0E023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E023; }
p { color: rgb(160,224,35); }
H1.HeaderClassName
{
color: #A0E023;
}
.AnyTagClassName
{
color: #A0E023;
}
</style>
background-color css
<style>
a { background-color: #A0E023; }
a { background-color: rgb(160,224,35); }
div.DivClassName
{
background-color: #A0E023;
}
.BgClassName
{
background-color: #A0E023;
}
</style>
border-color css
<style>
span { border-color: #A0E023; }
span { border-color: rgb(160,224,35); }
td.TdClassName
{
border-color: #A0E023;
}
.TagClassName
{
border-color: #A0E023;
}
</style>