Shades of Malachite #14DC72
Tints of Malachite #14DC72
RGB
CMYK
RGB Variations
Color information
#14DC72 (or 0x14DC72) is known color: Malachite. HEX triplet: 14, DC and 72. RGB value is (20,220,114). Sum of RGB (Red+Green+Blue) = 20+220+114=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DC72 is #EB238D. Grayscale: #949494. Windows color (decimal): -15410062 or 7527444. OLE color: 7527444.
HSL color Cylindrical-coordinate representation of color #14DC72: hue angle of 148.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC72 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 114 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.14 |
| HSL | 148.2º | 0.83% | 0.47% | - |
| HSV(B) | 148.2º | 0.91% | 0.86% | - |
| XYZ | 28.92 | 52.55 | 24.54 | - |
| YUV | 148.12 | 108.74 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 114 | 0.91 | 0 | 0.48 | 0.14 | 148.2 | 0.83 | 0.47 |
| Hex | 14 | DC | 72 | 5B | 0 | 30 | E | 94 | 53 | 2F |
| Octal | 24 | 334 | 162 | 133 | 0 | 60 | 16 | 224 | 123 | 57 |
| Binary | 10100 | 11011100 | 1110010 | 1011011 | 0 | 110000 | 1110 | 10010100 | 1010011 | 101111 |
Color Harmonies of #14DC72
Complementary color
Monochromatic Colors of #14DC72
Black with #14DC72
Text Example
Text Example
White with #14DC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC72; }
p { color: rgb(20,220,114); }
H1.HeaderClassName
{
color: #14DC72;
}
.AnyTagClassName
{
color: #14DC72;
}
</style>
background-color css
<style>
a { background-color: #14DC72; }
a { background-color: rgb(20,220,114); }
div.DivClassName
{
background-color: #14DC72;
}
.BgClassName
{
background-color: #14DC72;
}
</style>
border-color css
<style>
span { border-color: #14DC72; }
span { border-color: rgb(20,220,114); }
td.TdClassName
{
border-color: #14DC72;
}
.TagClassName
{
border-color: #14DC72;
}
</style>