Shades of Malachite #14DC6B
Tints of Malachite #14DC6B
RGB
CMYK
RGB Variations
Color information
#14DC6B (or 0x14DC6B) is known color: Malachite. HEX triplet: 14, DC and 6B. RGB value is (20,220,107). Sum of RGB (Red+Green+Blue) = 20+220+107=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DC6B is #EB2394. Grayscale: #939393. Windows color (decimal): -15410069 or 7068692. OLE color: 7068692.
HSL color Cylindrical-coordinate representation of color #14DC6B: hue angle of 146.1º 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 #14DC6B is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 107 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.14 |
| HSL | 146.1º | 0.83% | 0.47% | - |
| HSV(B) | 146.1º | 0.91% | 0.86% | - |
| XYZ | 28.54 | 52.4 | 22.52 | - |
| YUV | 147.32 | 105.24 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 107 | 0.91 | 0 | 0.51 | 0.14 | 146.1 | 0.83 | 0.47 |
| Hex | 14 | DC | 6B | 5B | 0 | 33 | E | 92 | 53 | 2F |
| Octal | 24 | 334 | 153 | 133 | 0 | 63 | 16 | 222 | 123 | 57 |
| Binary | 10100 | 11011100 | 1101011 | 1011011 | 0 | 110011 | 1110 | 10010010 | 1010011 | 101111 |
Color Harmonies of #14DC6B
Complementary color
Monochromatic Colors of #14DC6B
Black with #14DC6B
Text Example
Text Example
White with #14DC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC6B; }
p { color: rgb(20,220,107); }
H1.HeaderClassName
{
color: #14DC6B;
}
.AnyTagClassName
{
color: #14DC6B;
}
</style>
background-color css
<style>
a { background-color: #14DC6B; }
a { background-color: rgb(20,220,107); }
div.DivClassName
{
background-color: #14DC6B;
}
.BgClassName
{
background-color: #14DC6B;
}
</style>
border-color css
<style>
span { border-color: #14DC6B; }
span { border-color: rgb(20,220,107); }
td.TdClassName
{
border-color: #14DC6B;
}
.TagClassName
{
border-color: #14DC6B;
}
</style>