Shades of Malachite #14BD5C
Tints of Malachite #14BD5C
RGB
CMYK
RGB Variations
Color information
#14BD5C (or 0x14BD5C) is known color: Malachite. HEX triplet: 14, BD and 5C. RGB value is (20,189,92). Sum of RGB (Red+Green+Blue) = 20+189+92=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 189 (74.22% from 255 or 62.79% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BD5C is #EB42A3. Grayscale: #7F7F7F. Windows color (decimal): -15418020 or 6077716. OLE color: 6077716.
HSL color Cylindrical-coordinate representation of color #14BD5C: hue angle of 145.56º 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 #14BD5C is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 92 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.26 |
| HSL | 145.56º | 0.81% | 0.41% | - |
| HSV(B) | 145.56º | 0.89% | 0.74% | - |
| XYZ | 20.42 | 37.32 | 16.25 | - |
| YUV | 127.41 | 108.01 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 92 | 0.89 | 0 | 0.51 | 0.26 | 145.56 | 0.81 | 0.41 |
| Hex | 14 | BD | 5C | 59 | 0 | 33 | 1A | 92 | 51 | 29 |
| Octal | 24 | 275 | 134 | 131 | 0 | 63 | 32 | 222 | 121 | 51 |
| Binary | 10100 | 10111101 | 1011100 | 1011001 | 0 | 110011 | 11010 | 10010010 | 1010001 | 101001 |
Color Harmonies of #14BD5C
Complementary color
Monochromatic Colors of #14BD5C
Black with #14BD5C
Text Example
Text Example
White with #14BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BD5C; }
p { color: rgb(20,189,92); }
H1.HeaderClassName
{
color: #14BD5C;
}
.AnyTagClassName
{
color: #14BD5C;
}
</style>
background-color css
<style>
a { background-color: #14BD5C; }
a { background-color: rgb(20,189,92); }
div.DivClassName
{
background-color: #14BD5C;
}
.BgClassName
{
background-color: #14BD5C;
}
</style>
border-color css
<style>
span { border-color: #14BD5C; }
span { border-color: rgb(20,189,92); }
td.TdClassName
{
border-color: #14BD5C;
}
.TagClassName
{
border-color: #14BD5C;
}
</style>