Shades of Malachite #14C153
Tints of Malachite #14C153
RGB
CMYK
RGB Variations
Color information
#14C153 (or 0x14C153) is known color: Malachite. HEX triplet: 14, C1 and 53. RGB value is (20,193,83). Sum of RGB (Red+Green+Blue) = 20+193+83=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #14C153 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C153 is #EB3EAC. Grayscale: #818181. Windows color (decimal): -15417005 or 5488916. OLE color: 5488916.
HSL color Cylindrical-coordinate representation of color #14C153: hue angle of 141.85º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C153 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 193 | 83 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.24 |
| HSL | 141.85º | 0.81% | 0.42% | - |
| HSV(B) | 141.85º | 0.9% | 0.76% | - |
| XYZ | 20.92 | 38.91 | 14.59 | - |
| YUV | 128.73 | 102.19 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 83 | 0.90 | 0 | 0.57 | 0.24 | 141.85 | 0.81 | 0.42 |
| Hex | 14 | C1 | 53 | 5A | 0 | 39 | 18 | 8E | 51 | 2A |
| Octal | 24 | 301 | 123 | 132 | 0 | 71 | 30 | 216 | 121 | 52 |
| Binary | 10100 | 11000001 | 1010011 | 1011010 | 0 | 111001 | 11000 | 10001110 | 1010001 | 101010 |
Color Harmonies of #14C153
Complementary color
Monochromatic Colors of #14C153
Black with #14C153
Text Example
Text Example
White with #14C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C153; }
p { color: rgb(20,193,83); }
H1.HeaderClassName
{
color: #14C153;
}
.AnyTagClassName
{
color: #14C153;
}
</style>
background-color css
<style>
a { background-color: #14C153; }
a { background-color: rgb(20,193,83); }
div.DivClassName
{
background-color: #14C153;
}
.BgClassName
{
background-color: #14C153;
}
</style>
border-color css
<style>
span { border-color: #14C153; }
span { border-color: rgb(20,193,83); }
td.TdClassName
{
border-color: #14C153;
}
.TagClassName
{
border-color: #14C153;
}
</style>