Shades of Malachite #14DA57
Tints of Malachite #14DA57
RGB
CMYK
RGB Variations
Color information
#14DA57 (or 0x14DA57) is known color: Malachite. HEX triplet: 14, DA and 57. RGB value is (20,218,87). Sum of RGB (Red+Green+Blue) = 20+218+87=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DA57 is #EB25A8. Grayscale: #909090. Windows color (decimal): -15410601 or 5757460. OLE color: 5757460.
HSL color Cylindrical-coordinate representation of color #14DA57: hue angle of 140.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DA57 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 218 | 87 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.15 |
| HSL | 140.3º | 0.83% | 0.47% | - |
| HSV(B) | 140.3º | 0.91% | 0.85% | - |
| XYZ | 27.08 | 50.98 | 17.43 | - |
| YUV | 143.86 | 95.9 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 87 | 0.91 | 0 | 0.60 | 0.15 | 140.3 | 0.83 | 0.47 |
| Hex | 14 | DA | 57 | 5B | 0 | 3C | F | 8C | 53 | 2F |
| Octal | 24 | 332 | 127 | 133 | 0 | 74 | 17 | 214 | 123 | 57 |
| Binary | 10100 | 11011010 | 1010111 | 1011011 | 0 | 111100 | 1111 | 10001100 | 1010011 | 101111 |
Color Harmonies of #14DA57
Complementary color
Monochromatic Colors of #14DA57
Black with #14DA57
Text Example
Text Example
White with #14DA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DA57; }
p { color: rgb(20,218,87); }
H1.HeaderClassName
{
color: #14DA57;
}
.AnyTagClassName
{
color: #14DA57;
}
</style>
background-color css
<style>
a { background-color: #14DA57; }
a { background-color: rgb(20,218,87); }
div.DivClassName
{
background-color: #14DA57;
}
.BgClassName
{
background-color: #14DA57;
}
</style>
border-color css
<style>
span { border-color: #14DA57; }
span { border-color: rgb(20,218,87); }
td.TdClassName
{
border-color: #14DA57;
}
.TagClassName
{
border-color: #14DA57;
}
</style>