Shades of Malachite #13E071
Tints of Malachite #13E071
RGB
CMYK
RGB Variations
Color information
#13E071 (or 0x13E071) is known color: Malachite. HEX triplet: 13, E0 and 71. RGB value is (19,224,113). Sum of RGB (Red+Green+Blue) = 19+224+113=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 224 (87.89% from 255 or 62.92% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 224 - color contains mainly: green. Hex color #13E071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E071 is #EC1F8E. Grayscale: #969696. Windows color (decimal): -15474575 or 7462931. OLE color: 7462931.
HSL color Cylindrical-coordinate representation of color #13E071: hue angle of 147.51º 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 #13E071 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 224 | 113 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.12 |
| HSL | 147.51º | 0.84% | 0.48% | - |
| HSV(B) | 147.51º | 0.92% | 0.88% | - |
| XYZ | 29.9 | 54.64 | 24.59 | - |
| YUV | 150.05 | 107.08 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 224 | 113 | 0.92 | 0 | 0.50 | 0.12 | 147.51 | 0.84 | 0.48 |
| Hex | 13 | E0 | 71 | 5C | 0 | 32 | C | 94 | 54 | 30 |
| Octal | 23 | 340 | 161 | 134 | 0 | 62 | 14 | 224 | 124 | 60 |
| Binary | 10011 | 11100000 | 1110001 | 1011100 | 0 | 110010 | 1100 | 10010100 | 1010100 | 110000 |
Color Harmonies of #13E071
Complementary color
Monochromatic Colors of #13E071
Black with #13E071
Text Example
Text Example
White with #13E071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E071; }
p { color: rgb(19,224,113); }
H1.HeaderClassName
{
color: #13E071;
}
.AnyTagClassName
{
color: #13E071;
}
</style>
background-color css
<style>
a { background-color: #13E071; }
a { background-color: rgb(19,224,113); }
div.DivClassName
{
background-color: #13E071;
}
.BgClassName
{
background-color: #13E071;
}
</style>
border-color css
<style>
span { border-color: #13E071; }
span { border-color: rgb(19,224,113); }
td.TdClassName
{
border-color: #13E071;
}
.TagClassName
{
border-color: #13E071;
}
</style>