Shades of Malachite #14C161
Tints of Malachite #14C161
RGB
CMYK
RGB Variations
Color information
#14C161 (or 0x14C161) is known color: Malachite. HEX triplet: 14, C1 and 61. RGB value is (20,193,97). Sum of RGB (Red+Green+Blue) = 20+193+97=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #14C161 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C161 is #EB3E9E. Grayscale: #828282. Windows color (decimal): -15416991 or 6406420. OLE color: 6406420.
HSL color Cylindrical-coordinate representation of color #14C161: hue angle of 146.71º 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 #14C161 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 193 | 97 | - |
| CMYK | 0.90 | 0 | 0.50 | 0.24 |
| HSL | 146.71º | 0.81% | 0.42% | - |
| HSV(B) | 146.71º | 0.9% | 0.76% | - |
| XYZ | 21.52 | 39.15 | 17.73 | - |
| YUV | 130.33 | 109.19 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 97 | 0.90 | 0 | 0.50 | 0.24 | 146.71 | 0.81 | 0.42 |
| Hex | 14 | C1 | 61 | 5A | 0 | 32 | 18 | 93 | 51 | 2A |
| Octal | 24 | 301 | 141 | 132 | 0 | 62 | 30 | 223 | 121 | 52 |
| Binary | 10100 | 11000001 | 1100001 | 1011010 | 0 | 110010 | 11000 | 10010011 | 1010001 | 101010 |
Color Harmonies of #14C161
Complementary color
Monochromatic Colors of #14C161
Black with #14C161
Text Example
Text Example
White with #14C161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C161; }
p { color: rgb(20,193,97); }
H1.HeaderClassName
{
color: #14C161;
}
.AnyTagClassName
{
color: #14C161;
}
</style>
background-color css
<style>
a { background-color: #14C161; }
a { background-color: rgb(20,193,97); }
div.DivClassName
{
background-color: #14C161;
}
.BgClassName
{
background-color: #14C161;
}
</style>
border-color css
<style>
span { border-color: #14C161; }
span { border-color: rgb(20,193,97); }
td.TdClassName
{
border-color: #14C161;
}
.TagClassName
{
border-color: #14C161;
}
</style>