Shades of Malachite #14D75A
Tints of Malachite #14D75A
RGB
CMYK
RGB Variations
Color information
#14D75A (or 0x14D75A) is known color: Malachite. HEX triplet: 14, D7 and 5A. RGB value is (20,215,90). Sum of RGB (Red+Green+Blue) = 20+215+90=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 215 (84.38% from 255 or 66.15% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 215 - color contains mainly: green. Hex color #14D75A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D75A is #EB28A5. Grayscale: #8E8E8E. Windows color (decimal): -15411366 or 5953300. OLE color: 5953300.
HSL color Cylindrical-coordinate representation of color #14D75A: hue angle of 141.54º 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 #14D75A is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 215 | 90 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.16 |
| HSL | 141.54º | 0.83% | 0.46% | - |
| HSV(B) | 141.54º | 0.91% | 0.84% | - |
| XYZ | 26.43 | 49.49 | 17.83 | - |
| YUV | 142.45 | 98.4 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 215 | 90 | 0.91 | 0 | 0.58 | 0.16 | 141.54 | 0.83 | 0.46 |
| Hex | 14 | D7 | 5A | 5B | 0 | 3A | 10 | 8E | 53 | 2E |
| Octal | 24 | 327 | 132 | 133 | 0 | 72 | 20 | 216 | 123 | 56 |
| Binary | 10100 | 11010111 | 1011010 | 1011011 | 0 | 111010 | 10000 | 10001110 | 1010011 | 101110 |
Color Harmonies of #14D75A
Complementary color
Monochromatic Colors of #14D75A
Black with #14D75A
Text Example
Text Example
White with #14D75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D75A; }
p { color: rgb(20,215,90); }
H1.HeaderClassName
{
color: #14D75A;
}
.AnyTagClassName
{
color: #14D75A;
}
</style>
background-color css
<style>
a { background-color: #14D75A; }
a { background-color: rgb(20,215,90); }
div.DivClassName
{
background-color: #14D75A;
}
.BgClassName
{
background-color: #14D75A;
}
</style>
border-color css
<style>
span { border-color: #14D75A; }
span { border-color: rgb(20,215,90); }
td.TdClassName
{
border-color: #14D75A;
}
.TagClassName
{
border-color: #14D75A;
}
</style>