Shades of Malachite #14D754
Tints of Malachite #14D754
RGB
CMYK
RGB Variations
Color information
#14D754 (or 0x14D754) is known color: Malachite. HEX triplet: 14, D7 and 54. RGB value is (20,215,84). Sum of RGB (Red+Green+Blue) = 20+215+84=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #14D754 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D754 is #EB28AB. Grayscale: #8E8E8E. Windows color (decimal): -15411372 or 5560084. OLE color: 5560084.
HSL color Cylindrical-coordinate representation of color #14D754: hue angle of 139.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D754 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 215 | 84 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.16 |
| HSL | 139.69º | 0.83% | 0.46% | - |
| HSV(B) | 139.69º | 0.91% | 0.84% | - |
| XYZ | 26.19 | 49.39 | 16.54 | - |
| YUV | 141.76 | 95.4 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 215 | 84 | 0.91 | 0 | 0.61 | 0.16 | 139.69 | 0.83 | 0.46 |
| Hex | 14 | D7 | 54 | 5B | 0 | 3D | 10 | 8C | 53 | 2E |
| Octal | 24 | 327 | 124 | 133 | 0 | 75 | 20 | 214 | 123 | 56 |
| Binary | 10100 | 11010111 | 1010100 | 1011011 | 0 | 111101 | 10000 | 10001100 | 1010011 | 101110 |
Color Harmonies of #14D754
Complementary color
Monochromatic Colors of #14D754
Black with #14D754
Text Example
Text Example
White with #14D754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D754; }
p { color: rgb(20,215,84); }
H1.HeaderClassName
{
color: #14D754;
}
.AnyTagClassName
{
color: #14D754;
}
</style>
background-color css
<style>
a { background-color: #14D754; }
a { background-color: rgb(20,215,84); }
div.DivClassName
{
background-color: #14D754;
}
.BgClassName
{
background-color: #14D754;
}
</style>
border-color css
<style>
span { border-color: #14D754; }
span { border-color: rgb(20,215,84); }
td.TdClassName
{
border-color: #14D754;
}
.TagClassName
{
border-color: #14D754;
}
</style>