Shades of Malachite #14D940
Tints of Malachite #14D940
RGB
CMYK
RGB Variations
Color information
#14D940 (or 0x14D940) is known color: Malachite. HEX triplet: 14, D9 and 40. RGB value is (20,217,64). Sum of RGB (Red+Green+Blue) = 20+217+64=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 217 (85.16% from 255 or 72.09% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 217 - color contains mainly: green. Hex color #14D940 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D940 is #EB26BF. Grayscale: #8D8D8D. Windows color (decimal): -15410880 or 4249876. OLE color: 4249876.
HSL color Cylindrical-coordinate representation of color #14D940: hue angle of 133.4º 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 #14D940 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 64 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.15 |
| HSL | 133.4º | 0.83% | 0.46% | - |
| HSV(B) | 133.4º | 0.91% | 0.85% | - |
| XYZ | 26.03 | 50.14 | 13.16 | - |
| YUV | 140.66 | 84.73 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 64 | 0.91 | 0 | 0.71 | 0.15 | 133.4 | 0.83 | 0.46 |
| Hex | 14 | D9 | 40 | 5B | 0 | 47 | F | 85 | 53 | 2E |
| Octal | 24 | 331 | 100 | 133 | 0 | 107 | 17 | 205 | 123 | 56 |
| Binary | 10100 | 11011001 | 1000000 | 1011011 | 0 | 1000111 | 1111 | 10000101 | 1010011 | 101110 |
Color Harmonies of #14D940
Complementary color
Monochromatic Colors of #14D940
Black with #14D940
Text Example
Text Example
White with #14D940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D940; }
p { color: rgb(20,217,64); }
H1.HeaderClassName
{
color: #14D940;
}
.AnyTagClassName
{
color: #14D940;
}
</style>
background-color css
<style>
a { background-color: #14D940; }
a { background-color: rgb(20,217,64); }
div.DivClassName
{
background-color: #14D940;
}
.BgClassName
{
background-color: #14D940;
}
</style>
border-color css
<style>
span { border-color: #14D940; }
span { border-color: rgb(20,217,64); }
td.TdClassName
{
border-color: #14D940;
}
.TagClassName
{
border-color: #14D940;
}
</style>