Shades of Malachite #14C458
Tints of Malachite #14C458
RGB
CMYK
RGB Variations
Color information
#14C458 (or 0x14C458) is known color: Malachite. HEX triplet: 14, C4 and 58. RGB value is (20,196,88). Sum of RGB (Red+Green+Blue) = 20+196+88=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 196 (76.95% from 255 or 64.47% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 196 - color contains mainly: green. Hex color #14C458 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C458 is #EB3BA7. Grayscale: #838383. Windows color (decimal): -15416232 or 5817364. OLE color: 5817364.
HSL color Cylindrical-coordinate representation of color #14C458: hue angle of 143.18º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C458 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 88 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.23 |
| HSL | 143.18º | 0.81% | 0.42% | - |
| HSV(B) | 143.18º | 0.9% | 0.77% | - |
| XYZ | 21.79 | 40.33 | 15.87 | - |
| YUV | 131.06 | 103.69 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 88 | 0.90 | 0 | 0.55 | 0.23 | 143.18 | 0.81 | 0.42 |
| Hex | 14 | C4 | 58 | 5A | 0 | 37 | 17 | 8F | 51 | 2A |
| Octal | 24 | 304 | 130 | 132 | 0 | 67 | 27 | 217 | 121 | 52 |
| Binary | 10100 | 11000100 | 1011000 | 1011010 | 0 | 110111 | 10111 | 10001111 | 1010001 | 101010 |
Color Harmonies of #14C458
Complementary color
Monochromatic Colors of #14C458
Black with #14C458
Text Example
Text Example
White with #14C458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C458; }
p { color: rgb(20,196,88); }
H1.HeaderClassName
{
color: #14C458;
}
.AnyTagClassName
{
color: #14C458;
}
</style>
background-color css
<style>
a { background-color: #14C458; }
a { background-color: rgb(20,196,88); }
div.DivClassName
{
background-color: #14C458;
}
.BgClassName
{
background-color: #14C458;
}
</style>
border-color css
<style>
span { border-color: #14C458; }
span { border-color: rgb(20,196,88); }
td.TdClassName
{
border-color: #14C458;
}
.TagClassName
{
border-color: #14C458;
}
</style>