Shades of Malachite #14D63B
Tints of Malachite #14D63B
RGB
CMYK
RGB Variations
Color information
#14D63B (or 0x14D63B) is known color: Malachite. HEX triplet: 14, D6 and 3B. RGB value is (20,214,59). Sum of RGB (Red+Green+Blue) = 20+214+59=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 214 (83.98% from 255 or 73.04% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 214 - color contains mainly: green. Hex color #14D63B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D63B is #EB29C4. Grayscale: #8A8A8A. Windows color (decimal): -15411653 or 3921428. OLE color: 3921428.
HSL color Cylindrical-coordinate representation of color #14D63B: hue angle of 132.06º 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 #14D63B is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 214 | 59 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.16 |
| HSL | 132.06º | 0.83% | 0.46% | - |
| HSV(B) | 132.06º | 0.91% | 0.84% | - |
| XYZ | 25.12 | 48.56 | 12.19 | - |
| YUV | 138.32 | 83.23 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 59 | 0.91 | 0 | 0.72 | 0.16 | 132.06 | 0.83 | 0.46 |
| Hex | 14 | D6 | 3B | 5B | 0 | 48 | 10 | 84 | 53 | 2E |
| Octal | 24 | 326 | 73 | 133 | 0 | 110 | 20 | 204 | 123 | 56 |
| Binary | 10100 | 11010110 | 111011 | 1011011 | 0 | 1001000 | 10000 | 10000100 | 1010011 | 101110 |
Color Harmonies of #14D63B
Complementary color
Monochromatic Colors of #14D63B
Black with #14D63B
Text Example
Text Example
White with #14D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D63B; }
p { color: rgb(20,214,59); }
H1.HeaderClassName
{
color: #14D63B;
}
.AnyTagClassName
{
color: #14D63B;
}
</style>
background-color css
<style>
a { background-color: #14D63B; }
a { background-color: rgb(20,214,59); }
div.DivClassName
{
background-color: #14D63B;
}
.BgClassName
{
background-color: #14D63B;
}
</style>
border-color css
<style>
span { border-color: #14D63B; }
span { border-color: rgb(20,214,59); }
td.TdClassName
{
border-color: #14D63B;
}
.TagClassName
{
border-color: #14D63B;
}
</style>