Shades of Malachite #14C959
Tints of Malachite #14C959
RGB
CMYK
RGB Variations
Color information
#14C959 (or 0x14C959) is known color: Malachite. HEX triplet: 14, C9 and 59. RGB value is (20,201,89). Sum of RGB (Red+Green+Blue) = 20+201+89=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 201 (78.91% from 255 or 64.84% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 201 - color contains mainly: green. Hex color #14C959 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C959 is #EB36A6. Grayscale: #868686. Windows color (decimal): -15414951 or 5884180. OLE color: 5884180.
HSL color Cylindrical-coordinate representation of color #14C959: hue angle of 142.87º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C959 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 201 | 89 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.21 |
| HSL | 142.87º | 0.82% | 0.43% | - |
| HSV(B) | 142.87º | 0.9% | 0.79% | - |
| XYZ | 22.98 | 42.64 | 16.47 | - |
| YUV | 134.11 | 102.53 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 89 | 0.90 | 0 | 0.56 | 0.21 | 142.87 | 0.82 | 0.43 |
| Hex | 14 | C9 | 59 | 5A | 0 | 38 | 15 | 8F | 52 | 2B |
| Octal | 24 | 311 | 131 | 132 | 0 | 70 | 25 | 217 | 122 | 53 |
| Binary | 10100 | 11001001 | 1011001 | 1011010 | 0 | 111000 | 10101 | 10001111 | 1010010 | 101011 |
Color Harmonies of #14C959
Complementary color
Monochromatic Colors of #14C959
Black with #14C959
Text Example
Text Example
White with #14C959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C959; }
p { color: rgb(20,201,89); }
H1.HeaderClassName
{
color: #14C959;
}
.AnyTagClassName
{
color: #14C959;
}
</style>
background-color css
<style>
a { background-color: #14C959; }
a { background-color: rgb(20,201,89); }
div.DivClassName
{
background-color: #14C959;
}
.BgClassName
{
background-color: #14C959;
}
</style>
border-color css
<style>
span { border-color: #14C959; }
span { border-color: rgb(20,201,89); }
td.TdClassName
{
border-color: #14C959;
}
.TagClassName
{
border-color: #14C959;
}
</style>