Shades of Malachite #14D549
Tints of Malachite #14D549
RGB
CMYK
RGB Variations
Color information
#14D549 (or 0x14D549) is known color: Malachite. HEX triplet: 14, D5 and 49. RGB value is (20,213,73). Sum of RGB (Red+Green+Blue) = 20+213+73=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 213 (83.59% from 255 or 69.61% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 213 - color contains mainly: green. Hex color #14D549 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D549 is #EB2AB6. Grayscale: #8B8B8B. Windows color (decimal): -15411895 or 4838676. OLE color: 4838676.
HSL color Cylindrical-coordinate representation of color #14D549: hue angle of 136.48º 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 #14D549 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 73 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.16 |
| HSL | 136.48º | 0.83% | 0.46% | - |
| HSV(B) | 136.48º | 0.91% | 0.84% | - |
| XYZ | 25.29 | 48.22 | 14.28 | - |
| YUV | 139.33 | 90.56 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 73 | 0.91 | 0 | 0.66 | 0.16 | 136.48 | 0.83 | 0.46 |
| Hex | 14 | D5 | 49 | 5B | 0 | 42 | 10 | 88 | 53 | 2E |
| Octal | 24 | 325 | 111 | 133 | 0 | 102 | 20 | 210 | 123 | 56 |
| Binary | 10100 | 11010101 | 1001001 | 1011011 | 0 | 1000010 | 10000 | 10001000 | 1010011 | 101110 |
Color Harmonies of #14D549
Complementary color
Monochromatic Colors of #14D549
Black with #14D549
Text Example
Text Example
White with #14D549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D549; }
p { color: rgb(20,213,73); }
H1.HeaderClassName
{
color: #14D549;
}
.AnyTagClassName
{
color: #14D549;
}
</style>
background-color css
<style>
a { background-color: #14D549; }
a { background-color: rgb(20,213,73); }
div.DivClassName
{
background-color: #14D549;
}
.BgClassName
{
background-color: #14D549;
}
</style>
border-color css
<style>
span { border-color: #14D549; }
span { border-color: rgb(20,213,73); }
td.TdClassName
{
border-color: #14D549;
}
.TagClassName
{
border-color: #14D549;
}
</style>