Shades of Malachite #14D950
Tints of Malachite #14D950
RGB
CMYK
RGB Variations
Color information
#14D950 (or 0x14D950) is known color: Malachite. HEX triplet: 14, D9 and 50. RGB value is (20,217,80). Sum of RGB (Red+Green+Blue) = 20+217+80=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 217 (85.16% from 255 or 68.45% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 217 - color contains mainly: green. Hex color #14D950 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D950 is #EB26AF. Grayscale: #8E8E8E. Windows color (decimal): -15410864 or 5298452. OLE color: 5298452.
HSL color Cylindrical-coordinate representation of color #14D950: hue angle of 138.27º 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 #14D950 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 80 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.15 |
| HSL | 138.27º | 0.83% | 0.46% | - |
| HSV(B) | 138.27º | 0.91% | 0.85% | - |
| XYZ | 26.55 | 50.35 | 15.91 | - |
| YUV | 142.48 | 92.73 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 80 | 0.91 | 0 | 0.63 | 0.15 | 138.27 | 0.83 | 0.46 |
| Hex | 14 | D9 | 50 | 5B | 0 | 3F | F | 8A | 53 | 2E |
| Octal | 24 | 331 | 120 | 133 | 0 | 77 | 17 | 212 | 123 | 56 |
| Binary | 10100 | 11011001 | 1010000 | 1011011 | 0 | 111111 | 1111 | 10001010 | 1010011 | 101110 |
Color Harmonies of #14D950
Complementary color
Monochromatic Colors of #14D950
Black with #14D950
Text Example
Text Example
White with #14D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D950; }
p { color: rgb(20,217,80); }
H1.HeaderClassName
{
color: #14D950;
}
.AnyTagClassName
{
color: #14D950;
}
</style>
background-color css
<style>
a { background-color: #14D950; }
a { background-color: rgb(20,217,80); }
div.DivClassName
{
background-color: #14D950;
}
.BgClassName
{
background-color: #14D950;
}
</style>
border-color css
<style>
span { border-color: #14D950; }
span { border-color: rgb(20,217,80); }
td.TdClassName
{
border-color: #14D950;
}
.TagClassName
{
border-color: #14D950;
}
</style>