Shades of Malachite #13E860
Tints of Malachite #13E860
RGB
CMYK
RGB Variations
Color information
#13E860 (or 0x13E860) is known color: Malachite. HEX triplet: 13, E8 and 60. RGB value is (19,232,96). Sum of RGB (Red+Green+Blue) = 19+232+96=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 232 (91.02% from 255 or 66.86% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 232 - color contains mainly: green. Hex color #13E860 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13E860 is #EC179F. Grayscale: #999999. Windows color (decimal): -15472544 or 6350867. OLE color: 6350867.
HSL color Cylindrical-coordinate representation of color #13E860: hue angle of 141.69º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E860 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 232 | 96 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.09 |
| HSL | 141.69º | 0.85% | 0.49% | - |
| HSV(B) | 141.69º | 0.92% | 0.91% | - |
| XYZ | 31.24 | 58.7 | 20.75 | - |
| YUV | 152.81 | 95.93 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 232 | 96 | 0.92 | 0 | 0.59 | 0.09 | 141.69 | 0.85 | 0.49 |
| Hex | 13 | E8 | 60 | 5C | 0 | 3B | 9 | 8E | 55 | 31 |
| Octal | 23 | 350 | 140 | 134 | 0 | 73 | 11 | 216 | 125 | 61 |
| Binary | 10011 | 11101000 | 1100000 | 1011100 | 0 | 111011 | 1001 | 10001110 | 1010101 | 110001 |
Color Harmonies of #13E860
Complementary color
Monochromatic Colors of #13E860
Black with #13E860
Text Example
Text Example
White with #13E860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E860; }
p { color: rgb(19,232,96); }
H1.HeaderClassName
{
color: #13E860;
}
.AnyTagClassName
{
color: #13E860;
}
</style>
background-color css
<style>
a { background-color: #13E860; }
a { background-color: rgb(19,232,96); }
div.DivClassName
{
background-color: #13E860;
}
.BgClassName
{
background-color: #13E860;
}
</style>
border-color css
<style>
span { border-color: #13E860; }
span { border-color: rgb(19,232,96); }
td.TdClassName
{
border-color: #13E860;
}
.TagClassName
{
border-color: #13E860;
}
</style>