Shades of Malachite #14D974
Tints of Malachite #14D974
RGB
CMYK
RGB Variations
Color information
#14D974 (or 0x14D974) is known color: Malachite. HEX triplet: 14, D9 and 74. RGB value is (20,217,116). Sum of RGB (Red+Green+Blue) = 20+217+116=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 217 (85.16% from 255 or 61.47% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 217 - color contains mainly: green. Hex color #14D974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D974 is #EB268B. Grayscale: #929292. Windows color (decimal): -15410828 or 7657748. OLE color: 7657748.
HSL color Cylindrical-coordinate representation of color #14D974: hue angle of 149.24º 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 #14D974 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 116 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.15 |
| HSL | 149.24º | 0.83% | 0.46% | - |
| HSV(B) | 149.24º | 0.91% | 0.85% | - |
| XYZ | 28.25 | 51.04 | 24.88 | - |
| YUV | 146.58 | 110.73 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 116 | 0.91 | 0 | 0.47 | 0.15 | 149.24 | 0.83 | 0.46 |
| Hex | 14 | D9 | 74 | 5B | 0 | 2F | F | 95 | 53 | 2E |
| Octal | 24 | 331 | 164 | 133 | 0 | 57 | 17 | 225 | 123 | 56 |
| Binary | 10100 | 11011001 | 1110100 | 1011011 | 0 | 101111 | 1111 | 10010101 | 1010011 | 101110 |
Color Harmonies of #14D974
Complementary color
Monochromatic Colors of #14D974
Black with #14D974
Text Example
Text Example
White with #14D974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D974; }
p { color: rgb(20,217,116); }
H1.HeaderClassName
{
color: #14D974;
}
.AnyTagClassName
{
color: #14D974;
}
</style>
background-color css
<style>
a { background-color: #14D974; }
a { background-color: rgb(20,217,116); }
div.DivClassName
{
background-color: #14D974;
}
.BgClassName
{
background-color: #14D974;
}
</style>
border-color css
<style>
span { border-color: #14D974; }
span { border-color: rgb(20,217,116); }
td.TdClassName
{
border-color: #14D974;
}
.TagClassName
{
border-color: #14D974;
}
</style>