Shades of Malachite #14DB6C
Tints of Malachite #14DB6C
RGB
CMYK
RGB Variations
Color information
#14DB6C (or 0x14DB6C) is known color: Malachite. HEX triplet: 14, DB and 6C. RGB value is (20,219,108). Sum of RGB (Red+Green+Blue) = 20+219+108=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 219 (85.94% from 255 or 63.11% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DB6C is #EB2493. Grayscale: #939393. Windows color (decimal): -15410324 or 7133972. OLE color: 7133972.
HSL color Cylindrical-coordinate representation of color #14DB6C: hue angle of 146.53º 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 #14DB6C is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 108 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.14 |
| HSL | 146.53º | 0.83% | 0.47% | - |
| HSV(B) | 146.53º | 0.91% | 0.86% | - |
| XYZ | 28.33 | 51.89 | 22.71 | - |
| YUV | 146.85 | 106.07 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 108 | 0.91 | 0 | 0.51 | 0.14 | 146.53 | 0.83 | 0.47 |
| Hex | 14 | DB | 6C | 5B | 0 | 33 | E | 93 | 53 | 2F |
| Octal | 24 | 333 | 154 | 133 | 0 | 63 | 16 | 223 | 123 | 57 |
| Binary | 10100 | 11011011 | 1101100 | 1011011 | 0 | 110011 | 1110 | 10010011 | 1010011 | 101111 |
Color Harmonies of #14DB6C
Complementary color
Monochromatic Colors of #14DB6C
Black with #14DB6C
Text Example
Text Example
White with #14DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DB6C; }
p { color: rgb(20,219,108); }
H1.HeaderClassName
{
color: #14DB6C;
}
.AnyTagClassName
{
color: #14DB6C;
}
</style>
background-color css
<style>
a { background-color: #14DB6C; }
a { background-color: rgb(20,219,108); }
div.DivClassName
{
background-color: #14DB6C;
}
.BgClassName
{
background-color: #14DB6C;
}
</style>
border-color css
<style>
span { border-color: #14DB6C; }
span { border-color: rgb(20,219,108); }
td.TdClassName
{
border-color: #14DB6C;
}
.TagClassName
{
border-color: #14DB6C;
}
</style>