Shades of Malachite #14D165
Tints of Malachite #14D165
RGB
CMYK
RGB Variations
Color information
#14D165 (or 0x14D165) is known color: Malachite. HEX triplet: 14, D1 and 65. RGB value is (20,209,101). Sum of RGB (Red+Green+Blue) = 20+209+101=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 209 (82.03% from 255 or 63.33% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 209 - color contains mainly: green. Hex color #14D165 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D165 is #EB2E9A. Grayscale: #8C8C8C. Windows color (decimal): -15412891 or 6672660. OLE color: 6672660.
HSL color Cylindrical-coordinate representation of color #14D165: hue angle of 145.71º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D165 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 209 | 101 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.18 |
| HSL | 145.71º | 0.83% | 0.45% | - |
| HSV(B) | 145.71º | 0.9% | 0.82% | - |
| XYZ | 25.44 | 46.69 | 19.98 | - |
| YUV | 140.18 | 105.88 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 209 | 101 | 0.90 | 0 | 0.52 | 0.18 | 145.71 | 0.83 | 0.45 |
| Hex | 14 | D1 | 65 | 5A | 0 | 34 | 12 | 92 | 53 | 2D |
| Octal | 24 | 321 | 145 | 132 | 0 | 64 | 22 | 222 | 123 | 55 |
| Binary | 10100 | 11010001 | 1100101 | 1011010 | 0 | 110100 | 10010 | 10010010 | 1010011 | 101101 |
Color Harmonies of #14D165
Complementary color
Monochromatic Colors of #14D165
Black with #14D165
Text Example
Text Example
White with #14D165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D165; }
p { color: rgb(20,209,101); }
H1.HeaderClassName
{
color: #14D165;
}
.AnyTagClassName
{
color: #14D165;
}
</style>
background-color css
<style>
a { background-color: #14D165; }
a { background-color: rgb(20,209,101); }
div.DivClassName
{
background-color: #14D165;
}
.BgClassName
{
background-color: #14D165;
}
</style>
border-color css
<style>
span { border-color: #14D165; }
span { border-color: rgb(20,209,101); }
td.TdClassName
{
border-color: #14D165;
}
.TagClassName
{
border-color: #14D165;
}
</style>