Shades of Malachite #14D540
Tints of Malachite #14D540
RGB
CMYK
RGB Variations
Color information
#14D540 (or 0x14D540) is known color: Malachite. HEX triplet: 14, D5 and 40. RGB value is (20,213,64). Sum of RGB (Red+Green+Blue) = 20+213+64=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 213 (83.59% from 255 or 71.72% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 213 - color contains mainly: green. Hex color #14D540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D540 is #EB2ABF. Grayscale: #8A8A8A. Windows color (decimal): -15411904 or 4248852. OLE color: 4248852.
HSL color Cylindrical-coordinate representation of color #14D540: hue angle of 133.68º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D540 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 64 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.16 |
| HSL | 133.68º | 0.83% | 0.46% | - |
| HSV(B) | 133.68º | 0.91% | 0.84% | - |
| XYZ | 25.01 | 48.11 | 12.82 | - |
| YUV | 138.31 | 86.06 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 64 | 0.91 | 0 | 0.70 | 0.16 | 133.68 | 0.83 | 0.46 |
| Hex | 14 | D5 | 40 | 5B | 0 | 46 | 10 | 86 | 53 | 2E |
| Octal | 24 | 325 | 100 | 133 | 0 | 106 | 20 | 206 | 123 | 56 |
| Binary | 10100 | 11010101 | 1000000 | 1011011 | 0 | 1000110 | 10000 | 10000110 | 1010011 | 101110 |
Color Harmonies of #14D540
Complementary color
Monochromatic Colors of #14D540
Black with #14D540
Text Example
Text Example
White with #14D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D540; }
p { color: rgb(20,213,64); }
H1.HeaderClassName
{
color: #14D540;
}
.AnyTagClassName
{
color: #14D540;
}
</style>
background-color css
<style>
a { background-color: #14D540; }
a { background-color: rgb(20,213,64); }
div.DivClassName
{
background-color: #14D540;
}
.BgClassName
{
background-color: #14D540;
}
</style>
border-color css
<style>
span { border-color: #14D540; }
span { border-color: rgb(20,213,64); }
td.TdClassName
{
border-color: #14D540;
}
.TagClassName
{
border-color: #14D540;
}
</style>