Shades of Malachite #13D856
Tints of Malachite #13D856
RGB
CMYK
RGB Variations
Color information
#13D856 (or 0x13D856) is known color: Malachite. HEX triplet: 13, D8 and 56. RGB value is (19,216,86). Sum of RGB (Red+Green+Blue) = 19+216+86=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 216 (84.77% from 255 or 67.29% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 216 - color contains mainly: green. Hex color #13D856 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D856 is #EC27A9. Grayscale: #8E8E8E. Windows color (decimal): -15476650 or 5691411. OLE color: 5691411.
HSL color Cylindrical-coordinate representation of color #13D856: hue angle of 140.41º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D856 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 216 | 86 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.15 |
| HSL | 140.41º | 0.84% | 0.46% | - |
| HSV(B) | 140.41º | 0.91% | 0.85% | - |
| XYZ | 26.5 | 49.92 | 17.04 | - |
| YUV | 142.28 | 96.23 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 216 | 86 | 0.91 | 0 | 0.60 | 0.15 | 140.41 | 0.84 | 0.46 |
| Hex | 13 | D8 | 56 | 5B | 0 | 3C | F | 8C | 54 | 2E |
| Octal | 23 | 330 | 126 | 133 | 0 | 74 | 17 | 214 | 124 | 56 |
| Binary | 10011 | 11011000 | 1010110 | 1011011 | 0 | 111100 | 1111 | 10001100 | 1010100 | 101110 |
Color Harmonies of #13D856
Complementary color
Monochromatic Colors of #13D856
Black with #13D856
Text Example
Text Example
White with #13D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D856; }
p { color: rgb(19,216,86); }
H1.HeaderClassName
{
color: #13D856;
}
.AnyTagClassName
{
color: #13D856;
}
</style>
background-color css
<style>
a { background-color: #13D856; }
a { background-color: rgb(19,216,86); }
div.DivClassName
{
background-color: #13D856;
}
.BgClassName
{
background-color: #13D856;
}
</style>
border-color css
<style>
span { border-color: #13D856; }
span { border-color: rgb(19,216,86); }
td.TdClassName
{
border-color: #13D856;
}
.TagClassName
{
border-color: #13D856;
}
</style>