Shades of Inch Worm #A0EE13
Tints of Inch Worm #A0EE13
RGB
CMYK
RGB Variations
Color information
#A0EE13 (or 0xA0EE13) is known color: Inch Worm. HEX triplet: A0, EE and 13. RGB value is (160,238,19). Sum of RGB (Red+Green+Blue) = 160+238+19=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 238 (93.36% from 255 or 57.07% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EE13 is #5F11EC. Grayscale: #BEBEBE. Windows color (decimal): -6230509 or 1306272. OLE color: 1306272.
HSL color Cylindrical-coordinate representation of color #A0EE13: hue angle of 81.37º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0EE13 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 19 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.07 |
| HSL | 81.37º | 0.87% | 0.5% | - |
| HSV(B) | 81.37º | 0.92% | 0.93% | - |
| XYZ | 45.19 | 68.67 | 11.49 | - |
| YUV | 189.71 | 31.66 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 19 | 0.33 | 0 | 0.92 | 0.07 | 81.37 | 0.87 | 0.5 |
| Hex | A0 | EE | 13 | 21 | 0 | 5C | 7 | 51 | 57 | 32 |
| Octal | 240 | 356 | 23 | 41 | 0 | 134 | 7 | 121 | 127 | 62 |
| Binary | 10100000 | 11101110 | 10011 | 100001 | 0 | 1011100 | 111 | 1010001 | 1010111 | 110010 |
Color Harmonies of #A0EE13
Complementary color
Monochromatic Colors of #A0EE13
Black with #A0EE13
Text Example
Text Example
White with #A0EE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE13; }
p { color: rgb(160,238,19); }
H1.HeaderClassName
{
color: #A0EE13;
}
.AnyTagClassName
{
color: #A0EE13;
}
</style>
background-color css
<style>
a { background-color: #A0EE13; }
a { background-color: rgb(160,238,19); }
div.DivClassName
{
background-color: #A0EE13;
}
.BgClassName
{
background-color: #A0EE13;
}
</style>
border-color css
<style>
span { border-color: #A0EE13; }
span { border-color: rgb(160,238,19); }
td.TdClassName
{
border-color: #A0EE13;
}
.TagClassName
{
border-color: #A0EE13;
}
</style>