Shades of Malachite #14C954
Tints of Malachite #14C954
RGB
CMYK
RGB Variations
Color information
#14C954 (or 0x14C954) is known color: Malachite. HEX triplet: 14, C9 and 54. RGB value is (20,201,84). Sum of RGB (Red+Green+Blue) = 20+201+84=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 201 (78.91% from 255 or 65.90% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 201 - color contains mainly: green. Hex color #14C954 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C954 is #EB36AB. Grayscale: #858585. Windows color (decimal): -15414956 or 5556500. OLE color: 5556500.
HSL color Cylindrical-coordinate representation of color #14C954: hue angle of 141.22º 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 #14C954 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 201 | 84 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.21 |
| HSL | 141.22º | 0.82% | 0.43% | - |
| HSV(B) | 141.22º | 0.9% | 0.79% | - |
| XYZ | 22.78 | 42.56 | 15.4 | - |
| YUV | 133.54 | 100.03 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 84 | 0.90 | 0 | 0.58 | 0.21 | 141.22 | 0.82 | 0.43 |
| Hex | 14 | C9 | 54 | 5A | 0 | 3A | 15 | 8D | 52 | 2B |
| Octal | 24 | 311 | 124 | 132 | 0 | 72 | 25 | 215 | 122 | 53 |
| Binary | 10100 | 11001001 | 1010100 | 1011010 | 0 | 111010 | 10101 | 10001101 | 1010010 | 101011 |
Color Harmonies of #14C954
Complementary color
Monochromatic Colors of #14C954
Black with #14C954
Text Example
Text Example
White with #14C954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C954; }
p { color: rgb(20,201,84); }
H1.HeaderClassName
{
color: #14C954;
}
.AnyTagClassName
{
color: #14C954;
}
</style>
background-color css
<style>
a { background-color: #14C954; }
a { background-color: rgb(20,201,84); }
div.DivClassName
{
background-color: #14C954;
}
.BgClassName
{
background-color: #14C954;
}
</style>
border-color css
<style>
span { border-color: #14C954; }
span { border-color: rgb(20,201,84); }
td.TdClassName
{
border-color: #14C954;
}
.TagClassName
{
border-color: #14C954;
}
</style>