Shades of Malachite #13EC3E
Tints of Malachite #13EC3E
RGB
CMYK
RGB Variations
Color information
#13EC3E (or 0x13EC3E) is known color: Malachite. HEX triplet: 13, EC and 3E. RGB value is (19,236,62). Sum of RGB (Red+Green+Blue) = 19+236+62=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EC3E is #EC13C1. Grayscale: #979797. Windows color (decimal): -15471554 or 4123667. OLE color: 4123667.
HSL color Cylindrical-coordinate representation of color #13EC3E: hue angle of 131.89º 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 #13EC3E is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 62 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.07 |
| HSL | 131.89º | 0.85% | 0.5% | - |
| HSV(B) | 131.89º | 0.92% | 0.93% | - |
| XYZ | 31.13 | 60.48 | 14.59 | - |
| YUV | 151.28 | 77.61 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 62 | 0.92 | 0 | 0.74 | 0.07 | 131.89 | 0.85 | 0.5 |
| Hex | 13 | EC | 3E | 5C | 0 | 4A | 7 | 84 | 55 | 32 |
| Octal | 23 | 354 | 76 | 134 | 0 | 112 | 7 | 204 | 125 | 62 |
| Binary | 10011 | 11101100 | 111110 | 1011100 | 0 | 1001010 | 111 | 10000100 | 1010101 | 110010 |
Color Harmonies of #13EC3E
Complementary color
Monochromatic Colors of #13EC3E
Black with #13EC3E
Text Example
Text Example
White with #13EC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC3E; }
p { color: rgb(19,236,62); }
H1.HeaderClassName
{
color: #13EC3E;
}
.AnyTagClassName
{
color: #13EC3E;
}
</style>
background-color css
<style>
a { background-color: #13EC3E; }
a { background-color: rgb(19,236,62); }
div.DivClassName
{
background-color: #13EC3E;
}
.BgClassName
{
background-color: #13EC3E;
}
</style>
border-color css
<style>
span { border-color: #13EC3E; }
span { border-color: rgb(19,236,62); }
td.TdClassName
{
border-color: #13EC3E;
}
.TagClassName
{
border-color: #13EC3E;
}
</style>