Shades of Malachite #14C554
Tints of Malachite #14C554
RGB
CMYK
RGB Variations
Color information
#14C554 (or 0x14C554) is known color: Malachite. HEX triplet: 14, C5 and 54. RGB value is (20,197,84). Sum of RGB (Red+Green+Blue) = 20+197+84=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #14C554 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C554 is #EB3AAB. Grayscale: #838383. Windows color (decimal): -15415980 or 5555476. OLE color: 5555476.
HSL color Cylindrical-coordinate representation of color #14C554: hue angle of 141.69º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C554 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 197 | 84 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.23 |
| HSL | 141.69º | 0.82% | 0.43% | - |
| HSV(B) | 141.69º | 0.9% | 0.77% | - |
| XYZ | 21.85 | 40.72 | 15.1 | - |
| YUV | 131.2 | 101.36 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 197 | 84 | 0.90 | 0 | 0.57 | 0.23 | 141.69 | 0.82 | 0.43 |
| Hex | 14 | C5 | 54 | 5A | 0 | 39 | 17 | 8E | 52 | 2B |
| Octal | 24 | 305 | 124 | 132 | 0 | 71 | 27 | 216 | 122 | 53 |
| Binary | 10100 | 11000101 | 1010100 | 1011010 | 0 | 111001 | 10111 | 10001110 | 1010010 | 101011 |
Color Harmonies of #14C554
Complementary color
Monochromatic Colors of #14C554
Black with #14C554
Text Example
Text Example
White with #14C554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C554; }
p { color: rgb(20,197,84); }
H1.HeaderClassName
{
color: #14C554;
}
.AnyTagClassName
{
color: #14C554;
}
</style>
background-color css
<style>
a { background-color: #14C554; }
a { background-color: rgb(20,197,84); }
div.DivClassName
{
background-color: #14C554;
}
.BgClassName
{
background-color: #14C554;
}
</style>
border-color css
<style>
span { border-color: #14C554; }
span { border-color: rgb(20,197,84); }
td.TdClassName
{
border-color: #14C554;
}
.TagClassName
{
border-color: #14C554;
}
</style>