Shades of Malachite #14D863
Tints of Malachite #14D863
RGB
CMYK
RGB Variations
Color information
#14D863 (or 0x14D863) is known color: Malachite. HEX triplet: 14, D8 and 63. RGB value is (20,216,99). Sum of RGB (Red+Green+Blue) = 20+216+99=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 216 (84.77% from 255 or 64.48% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 216 - color contains mainly: green. Hex color #14D863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D863 is #EB279C. Grayscale: #909090. Windows color (decimal): -15411101 or 6543380. OLE color: 6543380.
HSL color Cylindrical-coordinate representation of color #14D863: hue angle of 144.18º 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 #14D863 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 99 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.15 |
| HSL | 144.18º | 0.83% | 0.46% | - |
| HSV(B) | 144.18º | 0.91% | 0.85% | - |
| XYZ | 27.1 | 50.16 | 20.06 | - |
| YUV | 144.06 | 102.57 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 99 | 0.91 | 0 | 0.54 | 0.15 | 144.18 | 0.83 | 0.46 |
| Hex | 14 | D8 | 63 | 5B | 0 | 36 | F | 90 | 53 | 2E |
| Octal | 24 | 330 | 143 | 133 | 0 | 66 | 17 | 220 | 123 | 56 |
| Binary | 10100 | 11011000 | 1100011 | 1011011 | 0 | 110110 | 1111 | 10010000 | 1010011 | 101110 |
Color Harmonies of #14D863
Complementary color
Monochromatic Colors of #14D863
Black with #14D863
Text Example
Text Example
White with #14D863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D863; }
p { color: rgb(20,216,99); }
H1.HeaderClassName
{
color: #14D863;
}
.AnyTagClassName
{
color: #14D863;
}
</style>
background-color css
<style>
a { background-color: #14D863; }
a { background-color: rgb(20,216,99); }
div.DivClassName
{
background-color: #14D863;
}
.BgClassName
{
background-color: #14D863;
}
</style>
border-color css
<style>
span { border-color: #14D863; }
span { border-color: rgb(20,216,99); }
td.TdClassName
{
border-color: #14D863;
}
.TagClassName
{
border-color: #14D863;
}
</style>