Shades of Malachite #14C353
Tints of Malachite #14C353
RGB
CMYK
RGB Variations
Color information
#14C353 (or 0x14C353) is known color: Malachite. HEX triplet: 14, C3 and 53. RGB value is (20,195,83). Sum of RGB (Red+Green+Blue) = 20+195+83=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #14C353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C353 is #EB3CAC. Grayscale: #828282. Windows color (decimal): -15416493 or 5489428. OLE color: 5489428.
HSL color Cylindrical-coordinate representation of color #14C353: hue angle of 141.6º 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 #14C353 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 195 | 83 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.24 |
| HSL | 141.6º | 0.81% | 0.42% | - |
| HSV(B) | 141.6º | 0.9% | 0.76% | - |
| XYZ | 21.36 | 39.8 | 14.74 | - |
| YUV | 129.91 | 101.52 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 195 | 83 | 0.90 | 0 | 0.57 | 0.24 | 141.6 | 0.81 | 0.42 |
| Hex | 14 | C3 | 53 | 5A | 0 | 39 | 18 | 8E | 51 | 2A |
| Octal | 24 | 303 | 123 | 132 | 0 | 71 | 30 | 216 | 121 | 52 |
| Binary | 10100 | 11000011 | 1010011 | 1011010 | 0 | 111001 | 11000 | 10001110 | 1010001 | 101010 |
Color Harmonies of #14C353
Complementary color
Monochromatic Colors of #14C353
Black with #14C353
Text Example
Text Example
White with #14C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C353; }
p { color: rgb(20,195,83); }
H1.HeaderClassName
{
color: #14C353;
}
.AnyTagClassName
{
color: #14C353;
}
</style>
background-color css
<style>
a { background-color: #14C353; }
a { background-color: rgb(20,195,83); }
div.DivClassName
{
background-color: #14C353;
}
.BgClassName
{
background-color: #14C353;
}
</style>
border-color css
<style>
span { border-color: #14C353; }
span { border-color: rgb(20,195,83); }
td.TdClassName
{
border-color: #14C353;
}
.TagClassName
{
border-color: #14C353;
}
</style>