Shades of Malachite #14C950
Tints of Malachite #14C950
RGB
CMYK
RGB Variations
Color information
#14C950 (or 0x14C950) is known color: Malachite. HEX triplet: 14, C9 and 50. RGB value is (20,201,80). Sum of RGB (Red+Green+Blue) = 20+201+80=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 201 (78.91% from 255 or 66.78% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 201 - color contains mainly: green. Hex color #14C950 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C950 is #EB36AF. Grayscale: #858585. Windows color (decimal): -15414960 or 5294356. OLE color: 5294356.
HSL color Cylindrical-coordinate representation of color #14C950: hue angle of 139.89º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C950 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 201 | 80 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.21 |
| HSL | 139.89º | 0.82% | 0.43% | - |
| HSV(B) | 139.89º | 0.9% | 0.79% | - |
| XYZ | 22.62 | 42.5 | 14.6 | - |
| YUV | 133.09 | 98.03 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 80 | 0.90 | 0 | 0.60 | 0.21 | 139.89 | 0.82 | 0.43 |
| Hex | 14 | C9 | 50 | 5A | 0 | 3C | 15 | 8C | 52 | 2B |
| Octal | 24 | 311 | 120 | 132 | 0 | 74 | 25 | 214 | 122 | 53 |
| Binary | 10100 | 11001001 | 1010000 | 1011010 | 0 | 111100 | 10101 | 10001100 | 1010010 | 101011 |
Color Harmonies of #14C950
Complementary color
Monochromatic Colors of #14C950
Black with #14C950
Text Example
Text Example
White with #14C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C950; }
p { color: rgb(20,201,80); }
H1.HeaderClassName
{
color: #14C950;
}
.AnyTagClassName
{
color: #14C950;
}
</style>
background-color css
<style>
a { background-color: #14C950; }
a { background-color: rgb(20,201,80); }
div.DivClassName
{
background-color: #14C950;
}
.BgClassName
{
background-color: #14C950;
}
</style>
border-color css
<style>
span { border-color: #14C950; }
span { border-color: rgb(20,201,80); }
td.TdClassName
{
border-color: #14C950;
}
.TagClassName
{
border-color: #14C950;
}
</style>