Shades of Malachite #13EC58
Tints of Malachite #13EC58
RGB
CMYK
RGB Variations
Color information
#13EC58 (or 0x13EC58) is known color: Malachite. HEX triplet: 13, EC and 58. RGB value is (19,236,88). Sum of RGB (Red+Green+Blue) = 19+236+88=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC58 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EC58 is #EC13A7. Grayscale: #9A9A9A. Windows color (decimal): -15471528 or 5827603. OLE color: 5827603.
HSL color Cylindrical-coordinate representation of color #13EC58: hue angle of 139.08º 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 #13EC58 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 88 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.07 |
| HSL | 139.08º | 0.85% | 0.5% | - |
| HSV(B) | 139.08º | 0.92% | 0.93% | - |
| XYZ | 32.03 | 60.83 | 19.29 | - |
| YUV | 154.25 | 90.61 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 88 | 0.92 | 0 | 0.63 | 0.07 | 139.08 | 0.85 | 0.5 |
| Hex | 13 | EC | 58 | 5C | 0 | 3F | 7 | 8B | 55 | 32 |
| Octal | 23 | 354 | 130 | 134 | 0 | 77 | 7 | 213 | 125 | 62 |
| Binary | 10011 | 11101100 | 1011000 | 1011100 | 0 | 111111 | 111 | 10001011 | 1010101 | 110010 |
Color Harmonies of #13EC58
Complementary color
Monochromatic Colors of #13EC58
Black with #13EC58
Text Example
Text Example
White with #13EC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC58; }
p { color: rgb(19,236,88); }
H1.HeaderClassName
{
color: #13EC58;
}
.AnyTagClassName
{
color: #13EC58;
}
</style>
background-color css
<style>
a { background-color: #13EC58; }
a { background-color: rgb(19,236,88); }
div.DivClassName
{
background-color: #13EC58;
}
.BgClassName
{
background-color: #13EC58;
}
</style>
border-color css
<style>
span { border-color: #13EC58; }
span { border-color: rgb(19,236,88); }
td.TdClassName
{
border-color: #13EC58;
}
.TagClassName
{
border-color: #13EC58;
}
</style>