Shades of Malachite #14F756
Tints of Malachite #14F756
RGB
CMYK
RGB Variations
Color information
#14F756 (or 0x14F756) is known color: Malachite. HEX triplet: 14, F7 and 56. RGB value is (20,247,86). Sum of RGB (Red+Green+Blue) = 20+247+86=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 247 (96.88% from 255 or 69.97% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 247 - color contains mainly: green. Hex color #14F756 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F756 is #EB08A9. Grayscale: #A1A1A1. Windows color (decimal): -15403178 or 5699348. OLE color: 5699348.
HSL color Cylindrical-coordinate representation of color #14F756: hue angle of 137.44º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F756 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 247 | 86 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.03 |
| HSL | 137.44º | 0.93% | 0.52% | - |
| HSV(B) | 137.44º | 0.92% | 0.97% | - |
| XYZ | 35.23 | 67.34 | 19.95 | - |
| YUV | 160.77 | 85.79 | 27.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 247 | 86 | 0.92 | 0 | 0.65 | 0.03 | 137.44 | 0.93 | 0.52 |
| Hex | 14 | F7 | 56 | 5C | 0 | 41 | 3 | 89 | 5D | 34 |
| Octal | 24 | 367 | 126 | 134 | 0 | 101 | 3 | 211 | 135 | 64 |
| Binary | 10100 | 11110111 | 1010110 | 1011100 | 0 | 1000001 | 11 | 10001001 | 1011101 | 110100 |
Color Harmonies of #14F756
Complementary color
Monochromatic Colors of #14F756
Black with #14F756
Text Example
Text Example
White with #14F756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F756; }
p { color: rgb(20,247,86); }
H1.HeaderClassName
{
color: #14F756;
}
.AnyTagClassName
{
color: #14F756;
}
</style>
background-color css
<style>
a { background-color: #14F756; }
a { background-color: rgb(20,247,86); }
div.DivClassName
{
background-color: #14F756;
}
.BgClassName
{
background-color: #14F756;
}
</style>
border-color css
<style>
span { border-color: #14F756; }
span { border-color: rgb(20,247,86); }
td.TdClassName
{
border-color: #14F756;
}
.TagClassName
{
border-color: #14F756;
}
</style>