Shades of Malachite #14C15C
Tints of Malachite #14C15C
RGB
CMYK
RGB Variations
Color information
#14C15C (or 0x14C15C) is known color: Malachite. HEX triplet: 14, C1 and 5C. RGB value is (20,193,92). Sum of RGB (Red+Green+Blue) = 20+193+92=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #14C15C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C15C is #EB3EA3. Grayscale: #818181. Windows color (decimal): -15416996 or 6078740. OLE color: 6078740.
HSL color Cylindrical-coordinate representation of color #14C15C: hue angle of 144.97º 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 #14C15C is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 193 | 92 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.24 |
| HSL | 144.97º | 0.81% | 0.42% | - |
| HSV(B) | 144.97º | 0.9% | 0.76% | - |
| XYZ | 21.29 | 39.06 | 16.54 | - |
| YUV | 129.76 | 106.69 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 92 | 0.90 | 0 | 0.52 | 0.24 | 144.97 | 0.81 | 0.42 |
| Hex | 14 | C1 | 5C | 5A | 0 | 34 | 18 | 91 | 51 | 2A |
| Octal | 24 | 301 | 134 | 132 | 0 | 64 | 30 | 221 | 121 | 52 |
| Binary | 10100 | 11000001 | 1011100 | 1011010 | 0 | 110100 | 11000 | 10010001 | 1010001 | 101010 |
Color Harmonies of #14C15C
Complementary color
Monochromatic Colors of #14C15C
Black with #14C15C
Text Example
Text Example
White with #14C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C15C; }
p { color: rgb(20,193,92); }
H1.HeaderClassName
{
color: #14C15C;
}
.AnyTagClassName
{
color: #14C15C;
}
</style>
background-color css
<style>
a { background-color: #14C15C; }
a { background-color: rgb(20,193,92); }
div.DivClassName
{
background-color: #14C15C;
}
.BgClassName
{
background-color: #14C15C;
}
</style>
border-color css
<style>
span { border-color: #14C15C; }
span { border-color: rgb(20,193,92); }
td.TdClassName
{
border-color: #14C15C;
}
.TagClassName
{
border-color: #14C15C;
}
</style>