Shades of Malachite #14D45F
Tints of Malachite #14D45F
RGB
CMYK
RGB Variations
Color information
#14D45F (or 0x14D45F) is known color: Malachite. HEX triplet: 14, D4 and 5F. RGB value is (20,212,95). Sum of RGB (Red+Green+Blue) = 20+212+95=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 212 (83.20% from 255 or 64.83% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 212 - color contains mainly: green. Hex color #14D45F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D45F is #EB2BA0. Grayscale: #8D8D8D. Windows color (decimal): -15412129 or 6280212. OLE color: 6280212.
HSL color Cylindrical-coordinate representation of color #14D45F: hue angle of 143.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D45F is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 95 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.17 |
| HSL | 143.44º | 0.83% | 0.45% | - |
| HSV(B) | 143.44º | 0.91% | 0.83% | - |
| XYZ | 25.9 | 48.06 | 18.74 | - |
| YUV | 141.25 | 101.89 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 95 | 0.91 | 0 | 0.55 | 0.17 | 143.44 | 0.83 | 0.45 |
| Hex | 14 | D4 | 5F | 5B | 0 | 37 | 11 | 8F | 53 | 2D |
| Octal | 24 | 324 | 137 | 133 | 0 | 67 | 21 | 217 | 123 | 55 |
| Binary | 10100 | 11010100 | 1011111 | 1011011 | 0 | 110111 | 10001 | 10001111 | 1010011 | 101101 |
Color Harmonies of #14D45F
Complementary color
Monochromatic Colors of #14D45F
Black with #14D45F
Text Example
Text Example
White with #14D45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D45F; }
p { color: rgb(20,212,95); }
H1.HeaderClassName
{
color: #14D45F;
}
.AnyTagClassName
{
color: #14D45F;
}
</style>
background-color css
<style>
a { background-color: #14D45F; }
a { background-color: rgb(20,212,95); }
div.DivClassName
{
background-color: #14D45F;
}
.BgClassName
{
background-color: #14D45F;
}
</style>
border-color css
<style>
span { border-color: #14D45F; }
span { border-color: rgb(20,212,95); }
td.TdClassName
{
border-color: #14D45F;
}
.TagClassName
{
border-color: #14D45F;
}
</style>