Shades of Malachite #13EC5E
Tints of Malachite #13EC5E
RGB
CMYK
RGB Variations
Color information
#13EC5E (or 0x13EC5E) is known color: Malachite. HEX triplet: 13, EC and 5E. RGB value is (19,236,94). Sum of RGB (Red+Green+Blue) = 19+236+94=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 236 (92.58% from 255 or 67.62% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EC5E is #EC13A1. Grayscale: #9B9B9B. Windows color (decimal): -15471522 or 6220819. OLE color: 6220819.
HSL color Cylindrical-coordinate representation of color #13EC5E: hue angle of 140.74º degrees, saturation: 0.85, 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 #13EC5E is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 94 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.07 |
| HSL | 140.74º | 0.85% | 0.5% | - |
| HSV(B) | 140.74º | 0.92% | 0.93% | - |
| XYZ | 32.28 | 60.94 | 20.65 | - |
| YUV | 154.93 | 93.61 | 31.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 94 | 0.92 | 0 | 0.60 | 0.07 | 140.74 | 0.85 | 0.5 |
| Hex | 13 | EC | 5E | 5C | 0 | 3C | 7 | 8D | 55 | 32 |
| Octal | 23 | 354 | 136 | 134 | 0 | 74 | 7 | 215 | 125 | 62 |
| Binary | 10011 | 11101100 | 1011110 | 1011100 | 0 | 111100 | 111 | 10001101 | 1010101 | 110010 |
Color Harmonies of #13EC5E
Complementary color
Monochromatic Colors of #13EC5E
Black with #13EC5E
Text Example
Text Example
White with #13EC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC5E; }
p { color: rgb(19,236,94); }
H1.HeaderClassName
{
color: #13EC5E;
}
.AnyTagClassName
{
color: #13EC5E;
}
</style>
background-color css
<style>
a { background-color: #13EC5E; }
a { background-color: rgb(19,236,94); }
div.DivClassName
{
background-color: #13EC5E;
}
.BgClassName
{
background-color: #13EC5E;
}
</style>
border-color css
<style>
span { border-color: #13EC5E; }
span { border-color: rgb(19,236,94); }
td.TdClassName
{
border-color: #13EC5E;
}
.TagClassName
{
border-color: #13EC5E;
}
</style>