Shades of Malachite #13EA4E
Tints of Malachite #13EA4E
RGB
CMYK
RGB Variations
Color information
#13EA4E (or 0x13EA4E) is known color: Malachite. HEX triplet: 13, EA and 4E. RGB value is (19,234,78). Sum of RGB (Red+Green+Blue) = 19+234+78=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 234 (91.80% from 255 or 70.69% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA4E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EA4E is #EC15B1. Grayscale: #989898. Windows color (decimal): -15472050 or 5171731. OLE color: 5171731.
HSL color Cylindrical-coordinate representation of color #13EA4E: hue angle of 136.47º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EA4E is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 234 | 78 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.08 |
| HSL | 136.47º | 0.85% | 0.5% | - |
| HSV(B) | 136.47º | 0.92% | 0.92% | - |
| XYZ | 31.07 | 59.53 | 17.06 | - |
| YUV | 151.93 | 86.27 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 78 | 0.92 | 0 | 0.67 | 0.08 | 136.47 | 0.85 | 0.5 |
| Hex | 13 | EA | 4E | 5C | 0 | 43 | 8 | 88 | 55 | 32 |
| Octal | 23 | 352 | 116 | 134 | 0 | 103 | 10 | 210 | 125 | 62 |
| Binary | 10011 | 11101010 | 1001110 | 1011100 | 0 | 1000011 | 1000 | 10001000 | 1010101 | 110010 |
Color Harmonies of #13EA4E
Complementary color
Monochromatic Colors of #13EA4E
Black with #13EA4E
Text Example
Text Example
White with #13EA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EA4E; }
p { color: rgb(19,234,78); }
H1.HeaderClassName
{
color: #13EA4E;
}
.AnyTagClassName
{
color: #13EA4E;
}
</style>
background-color css
<style>
a { background-color: #13EA4E; }
a { background-color: rgb(19,234,78); }
div.DivClassName
{
background-color: #13EA4E;
}
.BgClassName
{
background-color: #13EA4E;
}
</style>
border-color css
<style>
span { border-color: #13EA4E; }
span { border-color: rgb(19,234,78); }
td.TdClassName
{
border-color: #13EA4E;
}
.TagClassName
{
border-color: #13EA4E;
}
</style>