Shades of Malachite #14BE5D
Tints of Malachite #14BE5D
RGB
CMYK
RGB Variations
Color information
#14BE5D (or 0x14BE5D) is known color: Malachite. HEX triplet: 14, BE and 5D. RGB value is (20,190,93). Sum of RGB (Red+Green+Blue) = 20+190+93=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 190 (74.61% from 255 or 62.71% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BE5D is #EB41A2. Grayscale: #808080. Windows color (decimal): -15417763 or 6143508. OLE color: 6143508.
HSL color Cylindrical-coordinate representation of color #14BE5D: hue angle of 145.76º 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 #14BE5D is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 190 | 93 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.25 |
| HSL | 145.76º | 0.81% | 0.41% | - |
| HSV(B) | 145.76º | 0.89% | 0.75% | - |
| XYZ | 20.68 | 37.77 | 16.56 | - |
| YUV | 128.11 | 108.18 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 190 | 93 | 0.89 | 0 | 0.51 | 0.25 | 145.76 | 0.81 | 0.41 |
| Hex | 14 | BE | 5D | 59 | 0 | 33 | 19 | 92 | 51 | 29 |
| Octal | 24 | 276 | 135 | 131 | 0 | 63 | 31 | 222 | 121 | 51 |
| Binary | 10100 | 10111110 | 1011101 | 1011001 | 0 | 110011 | 11001 | 10010010 | 1010001 | 101001 |
Color Harmonies of #14BE5D
Complementary color
Monochromatic Colors of #14BE5D
Black with #14BE5D
Text Example
Text Example
White with #14BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BE5D; }
p { color: rgb(20,190,93); }
H1.HeaderClassName
{
color: #14BE5D;
}
.AnyTagClassName
{
color: #14BE5D;
}
</style>
background-color css
<style>
a { background-color: #14BE5D; }
a { background-color: rgb(20,190,93); }
div.DivClassName
{
background-color: #14BE5D;
}
.BgClassName
{
background-color: #14BE5D;
}
</style>
border-color css
<style>
span { border-color: #14BE5D; }
span { border-color: rgb(20,190,93); }
td.TdClassName
{
border-color: #14BE5D;
}
.TagClassName
{
border-color: #14BE5D;
}
</style>