Shades of Malachite #14D53F
Tints of Malachite #14D53F
RGB
CMYK
RGB Variations
Color information
#14D53F (or 0x14D53F) is known color: Malachite. HEX triplet: 14, D5 and 3F. RGB value is (20,213,63). Sum of RGB (Red+Green+Blue) = 20+213+63=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 213 (83.59% from 255 or 71.96% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 213 - color contains mainly: green. Hex color #14D53F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D53F is #EB2AC0. Grayscale: #8A8A8A. Windows color (decimal): -15411905 or 4183316. OLE color: 4183316.
HSL color Cylindrical-coordinate representation of color #14D53F: hue angle of 133.37º 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 #14D53F is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 63 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.16 |
| HSL | 133.37º | 0.83% | 0.46% | - |
| HSV(B) | 133.37º | 0.91% | 0.84% | - |
| XYZ | 24.98 | 48.1 | 12.67 | - |
| YUV | 138.19 | 85.56 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 63 | 0.91 | 0 | 0.70 | 0.16 | 133.37 | 0.83 | 0.46 |
| Hex | 14 | D5 | 3F | 5B | 0 | 46 | 10 | 85 | 53 | 2E |
| Octal | 24 | 325 | 77 | 133 | 0 | 106 | 20 | 205 | 123 | 56 |
| Binary | 10100 | 11010101 | 111111 | 1011011 | 0 | 1000110 | 10000 | 10000101 | 1010011 | 101110 |
Color Harmonies of #14D53F
Complementary color
Monochromatic Colors of #14D53F
Black with #14D53F
Text Example
Text Example
White with #14D53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D53F; }
p { color: rgb(20,213,63); }
H1.HeaderClassName
{
color: #14D53F;
}
.AnyTagClassName
{
color: #14D53F;
}
</style>
background-color css
<style>
a { background-color: #14D53F; }
a { background-color: rgb(20,213,63); }
div.DivClassName
{
background-color: #14D53F;
}
.BgClassName
{
background-color: #14D53F;
}
</style>
border-color css
<style>
span { border-color: #14D53F; }
span { border-color: rgb(20,213,63); }
td.TdClassName
{
border-color: #14D53F;
}
.TagClassName
{
border-color: #14D53F;
}
</style>