Shades of Malachite #13D76A
Tints of Malachite #13D76A
RGB
CMYK
RGB Variations
Color information
#13D76A (or 0x13D76A) is known color: Malachite. HEX triplet: 13, D7 and 6A. RGB value is (19,215,106). Sum of RGB (Red+Green+Blue) = 19+215+106=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 215 (84.38% from 255 or 63.24% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 215 - color contains mainly: green. Hex color #13D76A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D76A is #EC2895. Grayscale: #909090. Windows color (decimal): -15476886 or 7001875. OLE color: 7001875.
HSL color Cylindrical-coordinate representation of color #13D76A: hue angle of 146.63º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D76A is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 215 | 106 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.16 |
| HSL | 146.63º | 0.84% | 0.46% | - |
| HSV(B) | 146.63º | 0.91% | 0.84% | - |
| XYZ | 27.17 | 49.78 | 21.81 | - |
| YUV | 143.97 | 106.57 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 215 | 106 | 0.91 | 0 | 0.51 | 0.16 | 146.63 | 0.84 | 0.46 |
| Hex | 13 | D7 | 6A | 5B | 0 | 33 | 10 | 93 | 54 | 2E |
| Octal | 23 | 327 | 152 | 133 | 0 | 63 | 20 | 223 | 124 | 56 |
| Binary | 10011 | 11010111 | 1101010 | 1011011 | 0 | 110011 | 10000 | 10010011 | 1010100 | 101110 |
Color Harmonies of #13D76A
Complementary color
Monochromatic Colors of #13D76A
Black with #13D76A
Text Example
Text Example
White with #13D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D76A; }
p { color: rgb(19,215,106); }
H1.HeaderClassName
{
color: #13D76A;
}
.AnyTagClassName
{
color: #13D76A;
}
</style>
background-color css
<style>
a { background-color: #13D76A; }
a { background-color: rgb(19,215,106); }
div.DivClassName
{
background-color: #13D76A;
}
.BgClassName
{
background-color: #13D76A;
}
</style>
border-color css
<style>
span { border-color: #13D76A; }
span { border-color: rgb(19,215,106); }
td.TdClassName
{
border-color: #13D76A;
}
.TagClassName
{
border-color: #13D76A;
}
</style>