Shades of Malachite #14D967
Tints of Malachite #14D967
RGB
CMYK
RGB Variations
Color information
#14D967 (or 0x14D967) is known color: Malachite. HEX triplet: 14, D9 and 67. RGB value is (20,217,103). Sum of RGB (Red+Green+Blue) = 20+217+103=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 217 (85.16% from 255 or 63.82% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 217 - color contains mainly: green. Hex color #14D967 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D967 is #EB2698. Grayscale: #919191. Windows color (decimal): -15410841 or 6805780. OLE color: 6805780.
HSL color Cylindrical-coordinate representation of color #14D967: hue angle of 145.28º 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 #14D967 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 103 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.15 |
| HSL | 145.28º | 0.83% | 0.46% | - |
| HSV(B) | 145.28º | 0.91% | 0.85% | - |
| XYZ | 27.55 | 50.75 | 21.18 | - |
| YUV | 145.1 | 104.23 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 103 | 0.91 | 0 | 0.53 | 0.15 | 145.28 | 0.83 | 0.46 |
| Hex | 14 | D9 | 67 | 5B | 0 | 35 | F | 91 | 53 | 2E |
| Octal | 24 | 331 | 147 | 133 | 0 | 65 | 17 | 221 | 123 | 56 |
| Binary | 10100 | 11011001 | 1100111 | 1011011 | 0 | 110101 | 1111 | 10010001 | 1010011 | 101110 |
Color Harmonies of #14D967
Complementary color
Monochromatic Colors of #14D967
Black with #14D967
Text Example
Text Example
White with #14D967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D967; }
p { color: rgb(20,217,103); }
H1.HeaderClassName
{
color: #14D967;
}
.AnyTagClassName
{
color: #14D967;
}
</style>
background-color css
<style>
a { background-color: #14D967; }
a { background-color: rgb(20,217,103); }
div.DivClassName
{
background-color: #14D967;
}
.BgClassName
{
background-color: #14D967;
}
</style>
border-color css
<style>
span { border-color: #14D967; }
span { border-color: rgb(20,217,103); }
td.TdClassName
{
border-color: #14D967;
}
.TagClassName
{
border-color: #14D967;
}
</style>