Shades of Malachite #14D548
Tints of Malachite #14D548
RGB
CMYK
RGB Variations
Color information
#14D548 (or 0x14D548) is known color: Malachite. HEX triplet: 14, D5 and 48. RGB value is (20,213,72). Sum of RGB (Red+Green+Blue) = 20+213+72=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 213 (83.59% from 255 or 69.84% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 213 - color contains mainly: green. Hex color #14D548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D548 is #EB2AB7. Grayscale: #8B8B8B. Windows color (decimal): -15411896 or 4773140. OLE color: 4773140.
HSL color Cylindrical-coordinate representation of color #14D548: hue angle of 136.17º 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 #14D548 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 72 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.16 |
| HSL | 136.17º | 0.83% | 0.46% | - |
| HSV(B) | 136.17º | 0.91% | 0.84% | - |
| XYZ | 25.25 | 48.21 | 14.1 | - |
| YUV | 139.22 | 90.06 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 72 | 0.91 | 0 | 0.66 | 0.16 | 136.17 | 0.83 | 0.46 |
| Hex | 14 | D5 | 48 | 5B | 0 | 42 | 10 | 88 | 53 | 2E |
| Octal | 24 | 325 | 110 | 133 | 0 | 102 | 20 | 210 | 123 | 56 |
| Binary | 10100 | 11010101 | 1001000 | 1011011 | 0 | 1000010 | 10000 | 10001000 | 1010011 | 101110 |
Color Harmonies of #14D548
Complementary color
Monochromatic Colors of #14D548
Black with #14D548
Text Example
Text Example
White with #14D548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D548; }
p { color: rgb(20,213,72); }
H1.HeaderClassName
{
color: #14D548;
}
.AnyTagClassName
{
color: #14D548;
}
</style>
background-color css
<style>
a { background-color: #14D548; }
a { background-color: rgb(20,213,72); }
div.DivClassName
{
background-color: #14D548;
}
.BgClassName
{
background-color: #14D548;
}
</style>
border-color css
<style>
span { border-color: #14D548; }
span { border-color: rgb(20,213,72); }
td.TdClassName
{
border-color: #14D548;
}
.TagClassName
{
border-color: #14D548;
}
</style>