Shades of Malachite #14D85E
Tints of Malachite #14D85E
RGB
CMYK
RGB Variations
Color information
#14D85E (or 0x14D85E) is known color: Malachite. HEX triplet: 14, D8 and 5E. RGB value is (20,216,94). Sum of RGB (Red+Green+Blue) = 20+216+94=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 216 (84.77% from 255 or 65.45% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 216 - color contains mainly: green. Hex color #14D85E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D85E is #EB27A1. Grayscale: #8F8F8F. Windows color (decimal): -15411106 or 6215700. OLE color: 6215700.
HSL color Cylindrical-coordinate representation of color #14D85E: hue angle of 142.65º 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 #14D85E is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 94 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.15 |
| HSL | 142.65º | 0.83% | 0.46% | - |
| HSV(B) | 142.65º | 0.91% | 0.85% | - |
| XYZ | 26.86 | 50.07 | 18.84 | - |
| YUV | 143.49 | 100.07 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 94 | 0.91 | 0 | 0.56 | 0.15 | 142.65 | 0.83 | 0.46 |
| Hex | 14 | D8 | 5E | 5B | 0 | 38 | F | 8F | 53 | 2E |
| Octal | 24 | 330 | 136 | 133 | 0 | 70 | 17 | 217 | 123 | 56 |
| Binary | 10100 | 11011000 | 1011110 | 1011011 | 0 | 111000 | 1111 | 10001111 | 1010011 | 101110 |
Color Harmonies of #14D85E
Complementary color
Monochromatic Colors of #14D85E
Black with #14D85E
Text Example
Text Example
White with #14D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D85E; }
p { color: rgb(20,216,94); }
H1.HeaderClassName
{
color: #14D85E;
}
.AnyTagClassName
{
color: #14D85E;
}
</style>
background-color css
<style>
a { background-color: #14D85E; }
a { background-color: rgb(20,216,94); }
div.DivClassName
{
background-color: #14D85E;
}
.BgClassName
{
background-color: #14D85E;
}
</style>
border-color css
<style>
span { border-color: #14D85E; }
span { border-color: rgb(20,216,94); }
td.TdClassName
{
border-color: #14D85E;
}
.TagClassName
{
border-color: #14D85E;
}
</style>