Shades of Malachite #14D574
Tints of Malachite #14D574
RGB
CMYK
RGB Variations
Color information
#14D574 (or 0x14D574) is known color: Malachite. HEX triplet: 14, D5 and 74. RGB value is (20,213,116). Sum of RGB (Red+Green+Blue) = 20+213+116=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #14D574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D574 is #EB2A8B. Grayscale: #909090. Windows color (decimal): -15411852 or 7656724. OLE color: 7656724.
HSL color Cylindrical-coordinate representation of color #14D574: hue angle of 149.84º 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 #14D574 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 116 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.16 |
| HSL | 149.84º | 0.83% | 0.46% | - |
| HSV(B) | 149.84º | 0.91% | 0.84% | - |
| XYZ | 27.24 | 49 | 24.55 | - |
| YUV | 144.24 | 112.06 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 116 | 0.91 | 0 | 0.46 | 0.16 | 149.84 | 0.83 | 0.46 |
| Hex | 14 | D5 | 74 | 5B | 0 | 2E | 10 | 96 | 53 | 2E |
| Octal | 24 | 325 | 164 | 133 | 0 | 56 | 20 | 226 | 123 | 56 |
| Binary | 10100 | 11010101 | 1110100 | 1011011 | 0 | 101110 | 10000 | 10010110 | 1010011 | 101110 |
Color Harmonies of #14D574
Complementary color
Monochromatic Colors of #14D574
Black with #14D574
Text Example
Text Example
White with #14D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D574; }
p { color: rgb(20,213,116); }
H1.HeaderClassName
{
color: #14D574;
}
.AnyTagClassName
{
color: #14D574;
}
</style>
background-color css
<style>
a { background-color: #14D574; }
a { background-color: rgb(20,213,116); }
div.DivClassName
{
background-color: #14D574;
}
.BgClassName
{
background-color: #14D574;
}
</style>
border-color css
<style>
span { border-color: #14D574; }
span { border-color: rgb(20,213,116); }
td.TdClassName
{
border-color: #14D574;
}
.TagClassName
{
border-color: #14D574;
}
</style>