Shades of Malachite #14D956
Tints of Malachite #14D956
RGB
CMYK
RGB Variations
Color information
#14D956 (or 0x14D956) is known color: Malachite. HEX triplet: 14, D9 and 56. RGB value is (20,217,86). Sum of RGB (Red+Green+Blue) = 20+217+86=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 217 (85.16% from 255 or 67.18% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 217 - color contains mainly: green. Hex color #14D956 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D956 is #EB26A9. Grayscale: #8F8F8F. Windows color (decimal): -15410858 or 5691668. OLE color: 5691668.
HSL color Cylindrical-coordinate representation of color #14D956: hue angle of 140.1º 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 #14D956 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 86 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.15 |
| HSL | 140.1º | 0.83% | 0.46% | - |
| HSV(B) | 140.1º | 0.91% | 0.85% | - |
| XYZ | 26.78 | 50.45 | 17.13 | - |
| YUV | 143.16 | 95.73 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 86 | 0.91 | 0 | 0.60 | 0.15 | 140.1 | 0.83 | 0.46 |
| Hex | 14 | D9 | 56 | 5B | 0 | 3C | F | 8C | 53 | 2E |
| Octal | 24 | 331 | 126 | 133 | 0 | 74 | 17 | 214 | 123 | 56 |
| Binary | 10100 | 11011001 | 1010110 | 1011011 | 0 | 111100 | 1111 | 10001100 | 1010011 | 101110 |
Color Harmonies of #14D956
Complementary color
Monochromatic Colors of #14D956
Black with #14D956
Text Example
Text Example
White with #14D956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D956; }
p { color: rgb(20,217,86); }
H1.HeaderClassName
{
color: #14D956;
}
.AnyTagClassName
{
color: #14D956;
}
</style>
background-color css
<style>
a { background-color: #14D956; }
a { background-color: rgb(20,217,86); }
div.DivClassName
{
background-color: #14D956;
}
.BgClassName
{
background-color: #14D956;
}
</style>
border-color css
<style>
span { border-color: #14D956; }
span { border-color: rgb(20,217,86); }
td.TdClassName
{
border-color: #14D956;
}
.TagClassName
{
border-color: #14D956;
}
</style>