Shades of Malachite #14BD5E
Tints of Malachite #14BD5E
RGB
CMYK
RGB Variations
Color information
#14BD5E (or 0x14BD5E) is known color: Malachite. HEX triplet: 14, BD and 5E. RGB value is (20,189,94). Sum of RGB (Red+Green+Blue) = 20+189+94=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 189 (74.22% from 255 or 62.38% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BD5E is #EB42A1. Grayscale: #7F7F7F. Windows color (decimal): -15418018 or 6208788. OLE color: 6208788.
HSL color Cylindrical-coordinate representation of color #14BD5E: hue angle of 146.27º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BD5E is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 94 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.26 |
| HSL | 146.27º | 0.81% | 0.41% | - |
| HSV(B) | 146.27º | 0.89% | 0.74% | - |
| XYZ | 20.51 | 37.35 | 16.72 | - |
| YUV | 127.64 | 109.01 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 94 | 0.89 | 0 | 0.50 | 0.26 | 146.27 | 0.81 | 0.41 |
| Hex | 14 | BD | 5E | 59 | 0 | 32 | 1A | 92 | 51 | 29 |
| Octal | 24 | 275 | 136 | 131 | 0 | 62 | 32 | 222 | 121 | 51 |
| Binary | 10100 | 10111101 | 1011110 | 1011001 | 0 | 110010 | 11010 | 10010010 | 1010001 | 101001 |
Color Harmonies of #14BD5E
Complementary color
Monochromatic Colors of #14BD5E
Black with #14BD5E
Text Example
Text Example
White with #14BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BD5E; }
p { color: rgb(20,189,94); }
H1.HeaderClassName
{
color: #14BD5E;
}
.AnyTagClassName
{
color: #14BD5E;
}
</style>
background-color css
<style>
a { background-color: #14BD5E; }
a { background-color: rgb(20,189,94); }
div.DivClassName
{
background-color: #14BD5E;
}
.BgClassName
{
background-color: #14BD5E;
}
</style>
border-color css
<style>
span { border-color: #14BD5E; }
span { border-color: rgb(20,189,94); }
td.TdClassName
{
border-color: #14BD5E;
}
.TagClassName
{
border-color: #14BD5E;
}
</style>