Shades of Malachite #14D460
Tints of Malachite #14D460
RGB
CMYK
RGB Variations
Color information
#14D460 (or 0x14D460) is known color: Malachite. HEX triplet: 14, D4 and 60. RGB value is (20,212,96). Sum of RGB (Red+Green+Blue) = 20+212+96=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 212 (83.20% from 255 or 64.63% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 212 - color contains mainly: green. Hex color #14D460 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D460 is #EB2B9F. Grayscale: #8D8D8D. Windows color (decimal): -15412128 or 6345748. OLE color: 6345748.
HSL color Cylindrical-coordinate representation of color #14D460: hue angle of 143.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D460 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 96 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.17 |
| HSL | 143.75º | 0.83% | 0.45% | - |
| HSV(B) | 143.75º | 0.91% | 0.83% | - |
| XYZ | 25.94 | 48.08 | 18.98 | - |
| YUV | 141.37 | 102.39 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 96 | 0.91 | 0 | 0.55 | 0.17 | 143.75 | 0.83 | 0.45 |
| Hex | 14 | D4 | 60 | 5B | 0 | 37 | 11 | 90 | 53 | 2D |
| Octal | 24 | 324 | 140 | 133 | 0 | 67 | 21 | 220 | 123 | 55 |
| Binary | 10100 | 11010100 | 1100000 | 1011011 | 0 | 110111 | 10001 | 10010000 | 1010011 | 101101 |
Color Harmonies of #14D460
Complementary color
Monochromatic Colors of #14D460
Black with #14D460
Text Example
Text Example
White with #14D460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D460; }
p { color: rgb(20,212,96); }
H1.HeaderClassName
{
color: #14D460;
}
.AnyTagClassName
{
color: #14D460;
}
</style>
background-color css
<style>
a { background-color: #14D460; }
a { background-color: rgb(20,212,96); }
div.DivClassName
{
background-color: #14D460;
}
.BgClassName
{
background-color: #14D460;
}
</style>
border-color css
<style>
span { border-color: #14D460; }
span { border-color: rgb(20,212,96); }
td.TdClassName
{
border-color: #14D460;
}
.TagClassName
{
border-color: #14D460;
}
</style>