Shades of Malachite #14D150
Tints of Malachite #14D150
RGB
CMYK
RGB Variations
Color information
#14D150 (or 0x14D150) is known color: Malachite. HEX triplet: 14, D1 and 50. RGB value is (20,209,80). Sum of RGB (Red+Green+Blue) = 20+209+80=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 209 (82.03% from 255 or 67.64% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 209 - color contains mainly: green. Hex color #14D150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D150 is #EB2EAF. Grayscale: #8A8A8A. Windows color (decimal): -15412912 or 5296404. OLE color: 5296404.
HSL color Cylindrical-coordinate representation of color #14D150: hue angle of 139.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D150 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 209 | 80 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.18 |
| HSL | 139.05º | 0.83% | 0.45% | - |
| HSV(B) | 139.05º | 0.9% | 0.82% | - |
| XYZ | 24.54 | 46.33 | 15.24 | - |
| YUV | 137.78 | 95.38 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 209 | 80 | 0.90 | 0 | 0.62 | 0.18 | 139.05 | 0.83 | 0.45 |
| Hex | 14 | D1 | 50 | 5A | 0 | 3E | 12 | 8B | 53 | 2D |
| Octal | 24 | 321 | 120 | 132 | 0 | 76 | 22 | 213 | 123 | 55 |
| Binary | 10100 | 11010001 | 1010000 | 1011010 | 0 | 111110 | 10010 | 10001011 | 1010011 | 101101 |
Color Harmonies of #14D150
Complementary color
Monochromatic Colors of #14D150
Black with #14D150
Text Example
Text Example
White with #14D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D150; }
p { color: rgb(20,209,80); }
H1.HeaderClassName
{
color: #14D150;
}
.AnyTagClassName
{
color: #14D150;
}
</style>
background-color css
<style>
a { background-color: #14D150; }
a { background-color: rgb(20,209,80); }
div.DivClassName
{
background-color: #14D150;
}
.BgClassName
{
background-color: #14D150;
}
</style>
border-color css
<style>
span { border-color: #14D150; }
span { border-color: rgb(20,209,80); }
td.TdClassName
{
border-color: #14D150;
}
.TagClassName
{
border-color: #14D150;
}
</style>