Shades of Malachite #14DC76
Tints of Malachite #14DC76
RGB
CMYK
RGB Variations
Color information
#14DC76 (or 0x14DC76) is known color: Malachite. HEX triplet: 14, DC and 76. RGB value is (20,220,118). Sum of RGB (Red+Green+Blue) = 20+220+118=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DC76 is #EB2389. Grayscale: #949494. Windows color (decimal): -15410058 or 7789588. OLE color: 7789588.
HSL color Cylindrical-coordinate representation of color #14DC76: hue angle of 149.4º 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 #14DC76 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 118 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.14 |
| HSL | 149.4º | 0.83% | 0.47% | - |
| HSV(B) | 149.4º | 0.91% | 0.86% | - |
| XYZ | 29.15 | 52.64 | 25.76 | - |
| YUV | 148.57 | 110.74 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 118 | 0.91 | 0 | 0.46 | 0.14 | 149.4 | 0.83 | 0.47 |
| Hex | 14 | DC | 76 | 5B | 0 | 2E | E | 95 | 53 | 2F |
| Octal | 24 | 334 | 166 | 133 | 0 | 56 | 16 | 225 | 123 | 57 |
| Binary | 10100 | 11011100 | 1110110 | 1011011 | 0 | 101110 | 1110 | 10010101 | 1010011 | 101111 |
Color Harmonies of #14DC76
Complementary color
Monochromatic Colors of #14DC76
Black with #14DC76
Text Example
Text Example
White with #14DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC76; }
p { color: rgb(20,220,118); }
H1.HeaderClassName
{
color: #14DC76;
}
.AnyTagClassName
{
color: #14DC76;
}
</style>
background-color css
<style>
a { background-color: #14DC76; }
a { background-color: rgb(20,220,118); }
div.DivClassName
{
background-color: #14DC76;
}
.BgClassName
{
background-color: #14DC76;
}
</style>
border-color css
<style>
span { border-color: #14DC76; }
span { border-color: rgb(20,220,118); }
td.TdClassName
{
border-color: #14DC76;
}
.TagClassName
{
border-color: #14DC76;
}
</style>