Shades of Malachite #14D561
Tints of Malachite #14D561
RGB
CMYK
RGB Variations
Color information
#14D561 (or 0x14D561) is known color: Malachite. HEX triplet: 14, D5 and 61. RGB value is (20,213,97). Sum of RGB (Red+Green+Blue) = 20+213+97=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 213 (83.59% from 255 or 64.55% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 213 - color contains mainly: green. Hex color #14D561 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D561 is #EB2A9E. Grayscale: #8E8E8E. Windows color (decimal): -15411871 or 6411540. OLE color: 6411540.
HSL color Cylindrical-coordinate representation of color #14D561: hue angle of 143.94º 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 #14D561 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 97 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.16 |
| HSL | 143.94º | 0.83% | 0.46% | - |
| HSV(B) | 143.94º | 0.91% | 0.84% | - |
| XYZ | 26.24 | 48.6 | 19.31 | - |
| YUV | 142.07 | 102.56 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 97 | 0.91 | 0 | 0.54 | 0.16 | 143.94 | 0.83 | 0.46 |
| Hex | 14 | D5 | 61 | 5B | 0 | 36 | 10 | 90 | 53 | 2E |
| Octal | 24 | 325 | 141 | 133 | 0 | 66 | 20 | 220 | 123 | 56 |
| Binary | 10100 | 11010101 | 1100001 | 1011011 | 0 | 110110 | 10000 | 10010000 | 1010011 | 101110 |
Color Harmonies of #14D561
Complementary color
Monochromatic Colors of #14D561
Black with #14D561
Text Example
Text Example
White with #14D561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D561; }
p { color: rgb(20,213,97); }
H1.HeaderClassName
{
color: #14D561;
}
.AnyTagClassName
{
color: #14D561;
}
</style>
background-color css
<style>
a { background-color: #14D561; }
a { background-color: rgb(20,213,97); }
div.DivClassName
{
background-color: #14D561;
}
.BgClassName
{
background-color: #14D561;
}
</style>
border-color css
<style>
span { border-color: #14D561; }
span { border-color: rgb(20,213,97); }
td.TdClassName
{
border-color: #14D561;
}
.TagClassName
{
border-color: #14D561;
}
</style>