Shades of Malachite #13E15A
Tints of Malachite #13E15A
RGB
CMYK
RGB Variations
Color information
#13E15A (or 0x13E15A) is known color: Malachite. HEX triplet: 13, E1 and 5A. RGB value is (19,225,90). Sum of RGB (Red+Green+Blue) = 19+225+90=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #13E15A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E15A is #EC1EA5. Grayscale: #949494. Windows color (decimal): -15474342 or 5955859. OLE color: 5955859.
HSL color Cylindrical-coordinate representation of color #13E15A: hue angle of 140.68º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E15A is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 225 | 90 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.12 |
| HSL | 140.68º | 0.84% | 0.48% | - |
| HSV(B) | 140.68º | 0.92% | 0.88% | - |
| XYZ | 29.04 | 54.73 | 18.71 | - |
| YUV | 148.02 | 95.25 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 225 | 90 | 0.92 | 0 | 0.60 | 0.12 | 140.68 | 0.84 | 0.48 |
| Hex | 13 | E1 | 5A | 5C | 0 | 3C | C | 8D | 54 | 30 |
| Octal | 23 | 341 | 132 | 134 | 0 | 74 | 14 | 215 | 124 | 60 |
| Binary | 10011 | 11100001 | 1011010 | 1011100 | 0 | 111100 | 1100 | 10001101 | 1010100 | 110000 |
Color Harmonies of #13E15A
Complementary color
Monochromatic Colors of #13E15A
Black with #13E15A
Text Example
Text Example
White with #13E15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E15A; }
p { color: rgb(19,225,90); }
H1.HeaderClassName
{
color: #13E15A;
}
.AnyTagClassName
{
color: #13E15A;
}
</style>
background-color css
<style>
a { background-color: #13E15A; }
a { background-color: rgb(19,225,90); }
div.DivClassName
{
background-color: #13E15A;
}
.BgClassName
{
background-color: #13E15A;
}
</style>
border-color css
<style>
span { border-color: #13E15A; }
span { border-color: rgb(19,225,90); }
td.TdClassName
{
border-color: #13E15A;
}
.TagClassName
{
border-color: #13E15A;
}
</style>