Shades of Malachite #13C85F
Tints of Malachite #13C85F
RGB
CMYK
RGB Variations
Color information
#13C85F (or 0x13C85F) is known color: Malachite. HEX triplet: 13, C8 and 5F. RGB value is (19,200,95). Sum of RGB (Red+Green+Blue) = 19+200+95=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 200 (78.52% from 255 or 63.69% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 200 - color contains mainly: green. Hex color #13C85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C85F is #EC37A0. Grayscale: #868686. Windows color (decimal): -15480737 or 6277139. OLE color: 6277139.
HSL color Cylindrical-coordinate representation of color #13C85F: hue angle of 145.19º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C85F is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 200 | 95 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.22 |
| HSL | 145.19º | 0.83% | 0.43% | - |
| HSV(B) | 145.19º | 0.91% | 0.78% | - |
| XYZ | 22.99 | 42.27 | 17.77 | - |
| YUV | 133.91 | 106.03 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 95 | 0.90 | 0 | 0.52 | 0.22 | 145.19 | 0.83 | 0.43 |
| Hex | 13 | C8 | 5F | 5A | 0 | 34 | 16 | 91 | 53 | 2B |
| Octal | 23 | 310 | 137 | 132 | 0 | 64 | 26 | 221 | 123 | 53 |
| Binary | 10011 | 11001000 | 1011111 | 1011010 | 0 | 110100 | 10110 | 10010001 | 1010011 | 101011 |
Color Harmonies of #13C85F
Complementary color
Monochromatic Colors of #13C85F
Black with #13C85F
Text Example
Text Example
White with #13C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C85F; }
p { color: rgb(19,200,95); }
H1.HeaderClassName
{
color: #13C85F;
}
.AnyTagClassName
{
color: #13C85F;
}
</style>
background-color css
<style>
a { background-color: #13C85F; }
a { background-color: rgb(19,200,95); }
div.DivClassName
{
background-color: #13C85F;
}
.BgClassName
{
background-color: #13C85F;
}
</style>
border-color css
<style>
span { border-color: #13C85F; }
span { border-color: rgb(19,200,95); }
td.TdClassName
{
border-color: #13C85F;
}
.TagClassName
{
border-color: #13C85F;
}
</style>