Shades of Malachite #14D959
Tints of Malachite #14D959
RGB
CMYK
RGB Variations
Color information
#14D959 (or 0x14D959) is known color: Malachite. HEX triplet: 14, D9 and 59. RGB value is (20,217,89). Sum of RGB (Red+Green+Blue) = 20+217+89=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 217 (85.16% from 255 or 66.56% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 217 - color contains mainly: green. Hex color #14D959 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D959 is #EB26A6. Grayscale: #8F8F8F. Windows color (decimal): -15410855 or 5888276. OLE color: 5888276.
HSL color Cylindrical-coordinate representation of color #14D959: hue angle of 141.02º degrees, saturation: 0.83, 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 #14D959 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 89 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.15 |
| HSL | 141.02º | 0.83% | 0.46% | - |
| HSV(B) | 141.02º | 0.91% | 0.85% | - |
| XYZ | 26.9 | 50.5 | 17.78 | - |
| YUV | 143.51 | 97.23 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 89 | 0.91 | 0 | 0.59 | 0.15 | 141.02 | 0.83 | 0.46 |
| Hex | 14 | D9 | 59 | 5B | 0 | 3B | F | 8D | 53 | 2E |
| Octal | 24 | 331 | 131 | 133 | 0 | 73 | 17 | 215 | 123 | 56 |
| Binary | 10100 | 11011001 | 1011001 | 1011011 | 0 | 111011 | 1111 | 10001101 | 1010011 | 101110 |
Color Harmonies of #14D959
Complementary color
Monochromatic Colors of #14D959
Black with #14D959
Text Example
Text Example
White with #14D959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D959; }
p { color: rgb(20,217,89); }
H1.HeaderClassName
{
color: #14D959;
}
.AnyTagClassName
{
color: #14D959;
}
</style>
background-color css
<style>
a { background-color: #14D959; }
a { background-color: rgb(20,217,89); }
div.DivClassName
{
background-color: #14D959;
}
.BgClassName
{
background-color: #14D959;
}
</style>
border-color css
<style>
span { border-color: #14D959; }
span { border-color: rgb(20,217,89); }
td.TdClassName
{
border-color: #14D959;
}
.TagClassName
{
border-color: #14D959;
}
</style>