Shades of Malachite #14D56B
Tints of Malachite #14D56B
RGB
CMYK
RGB Variations
Color information
#14D56B (or 0x14D56B) is known color: Malachite. HEX triplet: 14, D5 and 6B. RGB value is (20,213,107). Sum of RGB (Red+Green+Blue) = 20+213+107=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 213 (83.59% from 255 or 62.65% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 213 - color contains mainly: green. Hex color #14D56B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D56B is #EB2A94. Grayscale: #8F8F8F. Windows color (decimal): -15411861 or 7066900. OLE color: 7066900.
HSL color Cylindrical-coordinate representation of color #14D56B: hue angle of 147.05º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D56B is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 107 | - |
| CMYK | 0.91 | 0 | 0.50 | 0.16 |
| HSL | 147.05º | 0.83% | 0.46% | - |
| HSV(B) | 147.05º | 0.91% | 0.84% | - |
| XYZ | 26.74 | 48.8 | 21.92 | - |
| YUV | 143.21 | 107.56 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 107 | 0.91 | 0 | 0.50 | 0.16 | 147.05 | 0.83 | 0.46 |
| Hex | 14 | D5 | 6B | 5B | 0 | 32 | 10 | 93 | 53 | 2E |
| Octal | 24 | 325 | 153 | 133 | 0 | 62 | 20 | 223 | 123 | 56 |
| Binary | 10100 | 11010101 | 1101011 | 1011011 | 0 | 110010 | 10000 | 10010011 | 1010011 | 101110 |
Color Harmonies of #14D56B
Complementary color
Monochromatic Colors of #14D56B
Black with #14D56B
Text Example
Text Example
White with #14D56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D56B; }
p { color: rgb(20,213,107); }
H1.HeaderClassName
{
color: #14D56B;
}
.AnyTagClassName
{
color: #14D56B;
}
</style>
background-color css
<style>
a { background-color: #14D56B; }
a { background-color: rgb(20,213,107); }
div.DivClassName
{
background-color: #14D56B;
}
.BgClassName
{
background-color: #14D56B;
}
</style>
border-color css
<style>
span { border-color: #14D56B; }
span { border-color: rgb(20,213,107); }
td.TdClassName
{
border-color: #14D56B;
}
.TagClassName
{
border-color: #14D56B;
}
</style>