Shades of Malachite #14BE5E
Tints of Malachite #14BE5E
RGB
CMYK
RGB Variations
Color information
#14BE5E (or 0x14BE5E) is known color: Malachite. HEX triplet: 14, BE and 5E. RGB value is (20,190,94). Sum of RGB (Red+Green+Blue) = 20+190+94=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 190 (74.61% from 255 or 62.5% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BE5E is #EB41A1. Grayscale: #808080. Windows color (decimal): -15417762 or 6209044. OLE color: 6209044.
HSL color Cylindrical-coordinate representation of color #14BE5E: hue angle of 146.12º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BE5E is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 190 | 94 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.25 |
| HSL | 146.12º | 0.81% | 0.41% | - |
| HSV(B) | 146.12º | 0.89% | 0.75% | - |
| XYZ | 20.72 | 37.78 | 16.79 | - |
| YUV | 128.23 | 108.68 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 190 | 94 | 0.89 | 0 | 0.51 | 0.25 | 146.12 | 0.81 | 0.41 |
| Hex | 14 | BE | 5E | 59 | 0 | 33 | 19 | 92 | 51 | 29 |
| Octal | 24 | 276 | 136 | 131 | 0 | 63 | 31 | 222 | 121 | 51 |
| Binary | 10100 | 10111110 | 1011110 | 1011001 | 0 | 110011 | 11001 | 10010010 | 1010001 | 101001 |
Color Harmonies of #14BE5E
Complementary color
Monochromatic Colors of #14BE5E
Black with #14BE5E
Text Example
Text Example
White with #14BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BE5E; }
p { color: rgb(20,190,94); }
H1.HeaderClassName
{
color: #14BE5E;
}
.AnyTagClassName
{
color: #14BE5E;
}
</style>
background-color css
<style>
a { background-color: #14BE5E; }
a { background-color: rgb(20,190,94); }
div.DivClassName
{
background-color: #14BE5E;
}
.BgClassName
{
background-color: #14BE5E;
}
</style>
border-color css
<style>
span { border-color: #14BE5E; }
span { border-color: rgb(20,190,94); }
td.TdClassName
{
border-color: #14BE5E;
}
.TagClassName
{
border-color: #14BE5E;
}
</style>