Shades of Malachite #14D65B
Tints of Malachite #14D65B
RGB
CMYK
RGB Variations
Color information
#14D65B (or 0x14D65B) is known color: Malachite. HEX triplet: 14, D6 and 5B. RGB value is (20,214,91). Sum of RGB (Red+Green+Blue) = 20+214+91=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #14D65B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D65B is #EB29A4. Grayscale: #8E8E8E. Windows color (decimal): -15411621 or 6018580. OLE color: 6018580.
HSL color Cylindrical-coordinate representation of color #14D65B: hue angle of 141.96º 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 #14D65B is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 214 | 91 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.16 |
| HSL | 141.96º | 0.83% | 0.46% | - |
| HSV(B) | 141.96º | 0.91% | 0.84% | - |
| XYZ | 26.22 | 49 | 17.97 | - |
| YUV | 141.97 | 99.23 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 91 | 0.91 | 0 | 0.57 | 0.16 | 141.96 | 0.83 | 0.46 |
| Hex | 14 | D6 | 5B | 5B | 0 | 39 | 10 | 8E | 53 | 2E |
| Octal | 24 | 326 | 133 | 133 | 0 | 71 | 20 | 216 | 123 | 56 |
| Binary | 10100 | 11010110 | 1011011 | 1011011 | 0 | 111001 | 10000 | 10001110 | 1010011 | 101110 |
Color Harmonies of #14D65B
Complementary color
Monochromatic Colors of #14D65B
Black with #14D65B
Text Example
Text Example
White with #14D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D65B; }
p { color: rgb(20,214,91); }
H1.HeaderClassName
{
color: #14D65B;
}
.AnyTagClassName
{
color: #14D65B;
}
</style>
background-color css
<style>
a { background-color: #14D65B; }
a { background-color: rgb(20,214,91); }
div.DivClassName
{
background-color: #14D65B;
}
.BgClassName
{
background-color: #14D65B;
}
</style>
border-color css
<style>
span { border-color: #14D65B; }
span { border-color: rgb(20,214,91); }
td.TdClassName
{
border-color: #14D65B;
}
.TagClassName
{
border-color: #14D65B;
}
</style>