Shades of Malachite #14F659
Tints of Malachite #14F659
RGB
CMYK
RGB Variations
Color information
#14F659 (or 0x14F659) is known color: Malachite. HEX triplet: 14, F6 and 59. RGB value is (20,246,89). Sum of RGB (Red+Green+Blue) = 20+246+89=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 246 (96.48% from 255 or 69.30% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 246 - color contains mainly: green. Hex color #14F659 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F659 is #EB09A6. Grayscale: #A0A0A0. Windows color (decimal): -15403431 or 5895700. OLE color: 5895700.
HSL color Cylindrical-coordinate representation of color #14F659: hue angle of 138.32º 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 #14F659 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 246 | 89 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.04 |
| HSL | 138.32º | 0.93% | 0.52% | - |
| HSV(B) | 138.32º | 0.92% | 0.96% | - |
| XYZ | 35.05 | 66.78 | 20.49 | - |
| YUV | 160.53 | 87.63 | 27.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 246 | 89 | 0.92 | 0 | 0.64 | 0.04 | 138.32 | 0.93 | 0.52 |
| Hex | 14 | F6 | 59 | 5C | 0 | 40 | 4 | 8A | 5D | 34 |
| Octal | 24 | 366 | 131 | 134 | 0 | 100 | 4 | 212 | 135 | 64 |
| Binary | 10100 | 11110110 | 1011001 | 1011100 | 0 | 1000000 | 100 | 10001010 | 1011101 | 110100 |
Color Harmonies of #14F659
Complementary color
Monochromatic Colors of #14F659
Black with #14F659
Text Example
Text Example
White with #14F659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F659; }
p { color: rgb(20,246,89); }
H1.HeaderClassName
{
color: #14F659;
}
.AnyTagClassName
{
color: #14F659;
}
</style>
background-color css
<style>
a { background-color: #14F659; }
a { background-color: rgb(20,246,89); }
div.DivClassName
{
background-color: #14F659;
}
.BgClassName
{
background-color: #14F659;
}
</style>
border-color css
<style>
span { border-color: #14F659; }
span { border-color: rgb(20,246,89); }
td.TdClassName
{
border-color: #14F659;
}
.TagClassName
{
border-color: #14F659;
}
</style>