Shades of Malachite #14FF59
Tints of Malachite #14FF59
RGB
CMYK
RGB Variations
Color information
#14FF59 (or 0x14FF59) is known color: Malachite. HEX triplet: 14, FF and 59. RGB value is (20,255,89). Sum of RGB (Red+Green+Blue) = 20+255+89=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF59 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FF59 is #EB00A6. Grayscale: #A6A6A6. Windows color (decimal): -15401127 or 5898004. OLE color: 5898004.
HSL color Cylindrical-coordinate representation of color #14FF59: hue angle of 137.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FF59 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 89 | - |
| CMYK | 0.92 | 0 | 0.65 | 0 |
| HSL | 137.62º | 1% | 0.54% | - |
| HSV(B) | 137.62º | 0.92% | 1% | - |
| XYZ | 37.85 | 72.39 | 21.43 | - |
| YUV | 165.81 | 84.64 | 24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 89 | 0.92 | 0 | 0.65 | 0 | 137.62 | 1 | 0.54 |
| Hex | 14 | FF | 59 | 5C | 0 | 41 | 0 | 8A | 64 | 36 |
| Octal | 24 | 377 | 131 | 134 | 0 | 101 | 0 | 212 | 144 | 66 |
| Binary | 10100 | 11111111 | 1011001 | 1011100 | 0 | 1000001 | 0 | 10001010 | 1100100 | 110110 |
Color Harmonies of #14FF59
Complementary color
Monochromatic Colors of #14FF59
Black with #14FF59
Text Example
Text Example
White with #14FF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FF59; }
p { color: rgb(20,255,89); }
H1.HeaderClassName
{
color: #14FF59;
}
.AnyTagClassName
{
color: #14FF59;
}
</style>
background-color css
<style>
a { background-color: #14FF59; }
a { background-color: rgb(20,255,89); }
div.DivClassName
{
background-color: #14FF59;
}
.BgClassName
{
background-color: #14FF59;
}
</style>
border-color css
<style>
span { border-color: #14FF59; }
span { border-color: rgb(20,255,89); }
td.TdClassName
{
border-color: #14FF59;
}
.TagClassName
{
border-color: #14FF59;
}
</style>