Shades of Malachite #14D15B
Tints of Malachite #14D15B
RGB
CMYK
RGB Variations
Color information
#14D15B (or 0x14D15B) is known color: Malachite. HEX triplet: 14, D1 and 5B. RGB value is (20,209,91). Sum of RGB (Red+Green+Blue) = 20+209+91=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 209 (82.03% from 255 or 65.31% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 209 - color contains mainly: green. Hex color #14D15B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D15B is #EB2EA4. Grayscale: #8B8B8B. Windows color (decimal): -15412901 or 6017300. OLE color: 6017300.
HSL color Cylindrical-coordinate representation of color #14D15B: hue angle of 142.54º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D15B is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 209 | 91 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.18 |
| HSL | 142.54º | 0.83% | 0.45% | - |
| HSV(B) | 142.54º | 0.9% | 0.82% | - |
| XYZ | 24.98 | 46.5 | 17.56 | - |
| YUV | 139.04 | 100.88 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 209 | 91 | 0.90 | 0 | 0.56 | 0.18 | 142.54 | 0.83 | 0.45 |
| Hex | 14 | D1 | 5B | 5A | 0 | 38 | 12 | 8F | 53 | 2D |
| Octal | 24 | 321 | 133 | 132 | 0 | 70 | 22 | 217 | 123 | 55 |
| Binary | 10100 | 11010001 | 1011011 | 1011010 | 0 | 111000 | 10010 | 10001111 | 1010011 | 101101 |
Color Harmonies of #14D15B
Complementary color
Monochromatic Colors of #14D15B
Black with #14D15B
Text Example
Text Example
White with #14D15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D15B; }
p { color: rgb(20,209,91); }
H1.HeaderClassName
{
color: #14D15B;
}
.AnyTagClassName
{
color: #14D15B;
}
</style>
background-color css
<style>
a { background-color: #14D15B; }
a { background-color: rgb(20,209,91); }
div.DivClassName
{
background-color: #14D15B;
}
.BgClassName
{
background-color: #14D15B;
}
</style>
border-color css
<style>
span { border-color: #14D15B; }
span { border-color: rgb(20,209,91); }
td.TdClassName
{
border-color: #14D15B;
}
.TagClassName
{
border-color: #14D15B;
}
</style>