Shades of Malachite #14F748
Tints of Malachite #14F748
RGB
CMYK
RGB Variations
Color information
#14F748 (or 0x14F748) is known color: Malachite. HEX triplet: 14, F7 and 48. RGB value is (20,247,72). Sum of RGB (Red+Green+Blue) = 20+247+72=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 247 (96.88% from 255 or 72.86% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 247 - color contains mainly: green. Hex color #14F748 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F748 is #EB08B7. Grayscale: #9F9F9F. Windows color (decimal): -15403192 or 4781844. OLE color: 4781844.
HSL color Cylindrical-coordinate representation of color #14F748: hue angle of 133.74º 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 #14F748 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 247 | 72 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.03 |
| HSL | 133.74º | 0.93% | 0.52% | - |
| HSV(B) | 133.74º | 0.92% | 0.97% | - |
| XYZ | 34.72 | 67.14 | 17.26 | - |
| YUV | 159.18 | 78.79 | 28.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 247 | 72 | 0.92 | 0 | 0.71 | 0.03 | 133.74 | 0.93 | 0.52 |
| Hex | 14 | F7 | 48 | 5C | 0 | 47 | 3 | 86 | 5D | 34 |
| Octal | 24 | 367 | 110 | 134 | 0 | 107 | 3 | 206 | 135 | 64 |
| Binary | 10100 | 11110111 | 1001000 | 1011100 | 0 | 1000111 | 11 | 10000110 | 1011101 | 110100 |
Color Harmonies of #14F748
Complementary color
Monochromatic Colors of #14F748
Black with #14F748
Text Example
Text Example
White with #14F748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F748; }
p { color: rgb(20,247,72); }
H1.HeaderClassName
{
color: #14F748;
}
.AnyTagClassName
{
color: #14F748;
}
</style>
background-color css
<style>
a { background-color: #14F748; }
a { background-color: rgb(20,247,72); }
div.DivClassName
{
background-color: #14F748;
}
.BgClassName
{
background-color: #14F748;
}
</style>
border-color css
<style>
span { border-color: #14F748; }
span { border-color: rgb(20,247,72); }
td.TdClassName
{
border-color: #14F748;
}
.TagClassName
{
border-color: #14F748;
}
</style>