Shades of Malachite #14F647
Tints of Malachite #14F647
RGB
CMYK
RGB Variations
Color information
#14F647 (or 0x14F647) is known color: Malachite. HEX triplet: 14, F6 and 47. RGB value is (20,246,71). Sum of RGB (Red+Green+Blue) = 20+246+71=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 246 (96.48% from 255 or 73.00% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 246 - color contains mainly: green. Hex color #14F647 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F647 is #EB09B8. Grayscale: #9E9E9E. Windows color (decimal): -15403449 or 4716052. OLE color: 4716052.
HSL color Cylindrical-coordinate representation of color #14F647: hue angle of 133.54º degrees, saturation: 0.93, 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 #14F647 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 246 | 71 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.04 |
| HSL | 133.54º | 0.93% | 0.52% | - |
| HSV(B) | 133.54º | 0.92% | 0.96% | - |
| XYZ | 34.38 | 66.52 | 16.99 | - |
| YUV | 158.48 | 78.63 | 29.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 246 | 71 | 0.92 | 0 | 0.71 | 0.04 | 133.54 | 0.93 | 0.52 |
| Hex | 14 | F6 | 47 | 5C | 0 | 47 | 4 | 86 | 5D | 34 |
| Octal | 24 | 366 | 107 | 134 | 0 | 107 | 4 | 206 | 135 | 64 |
| Binary | 10100 | 11110110 | 1000111 | 1011100 | 0 | 1000111 | 100 | 10000110 | 1011101 | 110100 |
Color Harmonies of #14F647
Complementary color
Monochromatic Colors of #14F647
Black with #14F647
Text Example
Text Example
White with #14F647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F647; }
p { color: rgb(20,246,71); }
H1.HeaderClassName
{
color: #14F647;
}
.AnyTagClassName
{
color: #14F647;
}
</style>
background-color css
<style>
a { background-color: #14F647; }
a { background-color: rgb(20,246,71); }
div.DivClassName
{
background-color: #14F647;
}
.BgClassName
{
background-color: #14F647;
}
</style>
border-color css
<style>
span { border-color: #14F647; }
span { border-color: rgb(20,246,71); }
td.TdClassName
{
border-color: #14F647;
}
.TagClassName
{
border-color: #14F647;
}
</style>