Shades of Malachite #14D957
Tints of Malachite #14D957
RGB
CMYK
RGB Variations
Color information
#14D957 (or 0x14D957) is known color: Malachite. HEX triplet: 14, D9 and 57. RGB value is (20,217,87). Sum of RGB (Red+Green+Blue) = 20+217+87=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 217 (85.16% from 255 or 66.98% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 217 - color contains mainly: green. Hex color #14D957 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D957 is #EB26A8. Grayscale: #8F8F8F. Windows color (decimal): -15410857 or 5757204. OLE color: 5757204.
HSL color Cylindrical-coordinate representation of color #14D957: hue angle of 140.41º 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 #14D957 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 87 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.15 |
| HSL | 140.41º | 0.83% | 0.46% | - |
| HSV(B) | 140.41º | 0.91% | 0.85% | - |
| XYZ | 26.82 | 50.46 | 17.34 | - |
| YUV | 143.28 | 96.23 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 87 | 0.91 | 0 | 0.60 | 0.15 | 140.41 | 0.83 | 0.46 |
| Hex | 14 | D9 | 57 | 5B | 0 | 3C | F | 8C | 53 | 2E |
| Octal | 24 | 331 | 127 | 133 | 0 | 74 | 17 | 214 | 123 | 56 |
| Binary | 10100 | 11011001 | 1010111 | 1011011 | 0 | 111100 | 1111 | 10001100 | 1010011 | 101110 |
Color Harmonies of #14D957
Complementary color
Monochromatic Colors of #14D957
Black with #14D957
Text Example
Text Example
White with #14D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D957; }
p { color: rgb(20,217,87); }
H1.HeaderClassName
{
color: #14D957;
}
.AnyTagClassName
{
color: #14D957;
}
</style>
background-color css
<style>
a { background-color: #14D957; }
a { background-color: rgb(20,217,87); }
div.DivClassName
{
background-color: #14D957;
}
.BgClassName
{
background-color: #14D957;
}
</style>
border-color css
<style>
span { border-color: #14D957; }
span { border-color: rgb(20,217,87); }
td.TdClassName
{
border-color: #14D957;
}
.TagClassName
{
border-color: #14D957;
}
</style>