Shades of Malachite #13D86A
Tints of Malachite #13D86A
RGB
CMYK
RGB Variations
Color information
#13D86A (or 0x13D86A) is known color: Malachite. HEX triplet: 13, D8 and 6A. RGB value is (19,216,106). Sum of RGB (Red+Green+Blue) = 19+216+106=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 216 (84.77% from 255 or 63.34% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 216 - color contains mainly: green. Hex color #13D86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D86A is #EC2795. Grayscale: #909090. Windows color (decimal): -15476630 or 7002131. OLE color: 7002131.
HSL color Cylindrical-coordinate representation of color #13D86A: hue angle of 146.5º 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 #13D86A is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 216 | 106 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.15 |
| HSL | 146.5º | 0.84% | 0.46% | - |
| HSV(B) | 146.5º | 0.91% | 0.85% | - |
| XYZ | 27.43 | 50.29 | 21.9 | - |
| YUV | 144.56 | 106.23 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 216 | 106 | 0.91 | 0 | 0.51 | 0.15 | 146.5 | 0.84 | 0.46 |
| Hex | 13 | D8 | 6A | 5B | 0 | 33 | F | 92 | 54 | 2E |
| Octal | 23 | 330 | 152 | 133 | 0 | 63 | 17 | 222 | 124 | 56 |
| Binary | 10011 | 11011000 | 1101010 | 1011011 | 0 | 110011 | 1111 | 10010010 | 1010100 | 101110 |
Color Harmonies of #13D86A
Complementary color
Monochromatic Colors of #13D86A
Black with #13D86A
Text Example
Text Example
White with #13D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D86A; }
p { color: rgb(19,216,106); }
H1.HeaderClassName
{
color: #13D86A;
}
.AnyTagClassName
{
color: #13D86A;
}
</style>
background-color css
<style>
a { background-color: #13D86A; }
a { background-color: rgb(19,216,106); }
div.DivClassName
{
background-color: #13D86A;
}
.BgClassName
{
background-color: #13D86A;
}
</style>
border-color css
<style>
span { border-color: #13D86A; }
span { border-color: rgb(19,216,106); }
td.TdClassName
{
border-color: #13D86A;
}
.TagClassName
{
border-color: #13D86A;
}
</style>