Shades of Malachite #14F560
Tints of Malachite #14F560
RGB
CMYK
RGB Variations
Color information
#14F560 (or 0x14F560) is known color: Malachite. HEX triplet: 14, F5 and 60. RGB value is (20,245,96). Sum of RGB (Red+Green+Blue) = 20+245+96=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 245 (96.09% from 255 or 67.87% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 245 - color contains mainly: green. Hex color #14F560 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F560 is #EB0A9F. Grayscale: #A1A1A1. Windows color (decimal): -15403680 or 6354196. OLE color: 6354196.
HSL color Cylindrical-coordinate representation of color #14F560: hue angle of 140.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F560 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 245 | 96 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.04 |
| HSL | 140.27º | 0.92% | 0.52% | - |
| HSV(B) | 140.27º | 0.92% | 0.96% | - |
| XYZ | 35.05 | 66.3 | 22.02 | - |
| YUV | 160.74 | 91.46 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 245 | 96 | 0.92 | 0 | 0.61 | 0.04 | 140.27 | 0.92 | 0.52 |
| Hex | 14 | F5 | 60 | 5C | 0 | 3D | 4 | 8C | 5C | 34 |
| Octal | 24 | 365 | 140 | 134 | 0 | 75 | 4 | 214 | 134 | 64 |
| Binary | 10100 | 11110101 | 1100000 | 1011100 | 0 | 111101 | 100 | 10001100 | 1011100 | 110100 |
Color Harmonies of #14F560
Complementary color
Monochromatic Colors of #14F560
Black with #14F560
Text Example
Text Example
White with #14F560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F560; }
p { color: rgb(20,245,96); }
H1.HeaderClassName
{
color: #14F560;
}
.AnyTagClassName
{
color: #14F560;
}
</style>
background-color css
<style>
a { background-color: #14F560; }
a { background-color: rgb(20,245,96); }
div.DivClassName
{
background-color: #14F560;
}
.BgClassName
{
background-color: #14F560;
}
</style>
border-color css
<style>
span { border-color: #14F560; }
span { border-color: rgb(20,245,96); }
td.TdClassName
{
border-color: #14F560;
}
.TagClassName
{
border-color: #14F560;
}
</style>