Shades of Malachite #14D575
Tints of Malachite #14D575
RGB
CMYK
RGB Variations
Color information
#14D575 (or 0x14D575) is known color: Malachite. HEX triplet: 14, D5 and 75. RGB value is (20,213,117). Sum of RGB (Red+Green+Blue) = 20+213+117=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #14D575 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D575 is #EB2A8A. Grayscale: #909090. Windows color (decimal): -15411851 or 7722260. OLE color: 7722260.
HSL color Cylindrical-coordinate representation of color #14D575: hue angle of 150.16º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D575 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 117 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.16 |
| HSL | 150.16º | 0.83% | 0.46% | - |
| HSV(B) | 150.16º | 0.91% | 0.84% | - |
| XYZ | 27.29 | 49.02 | 24.85 | - |
| YUV | 144.35 | 112.56 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 117 | 0.91 | 0 | 0.45 | 0.16 | 150.16 | 0.83 | 0.46 |
| Hex | 14 | D5 | 75 | 5B | 0 | 2D | 10 | 96 | 53 | 2E |
| Octal | 24 | 325 | 165 | 133 | 0 | 55 | 20 | 226 | 123 | 56 |
| Binary | 10100 | 11010101 | 1110101 | 1011011 | 0 | 101101 | 10000 | 10010110 | 1010011 | 101110 |
Color Harmonies of #14D575
Complementary color
Monochromatic Colors of #14D575
Black with #14D575
Text Example
Text Example
White with #14D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D575; }
p { color: rgb(20,213,117); }
H1.HeaderClassName
{
color: #14D575;
}
.AnyTagClassName
{
color: #14D575;
}
</style>
background-color css
<style>
a { background-color: #14D575; }
a { background-color: rgb(20,213,117); }
div.DivClassName
{
background-color: #14D575;
}
.BgClassName
{
background-color: #14D575;
}
</style>
border-color css
<style>
span { border-color: #14D575; }
span { border-color: rgb(20,213,117); }
td.TdClassName
{
border-color: #14D575;
}
.TagClassName
{
border-color: #14D575;
}
</style>