Shades of Malachite #14EA51
Tints of Malachite #14EA51
RGB
CMYK
RGB Variations
Color information
#14EA51 (or 0x14EA51) is known color: Malachite. HEX triplet: 14, EA and 51. RGB value is (20,234,81). Sum of RGB (Red+Green+Blue) = 20+234+81=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 234 (91.80% from 255 or 69.85% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA51 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EA51 is #EB15AE. Grayscale: #989898. Windows color (decimal): -15406511 or 5368340. OLE color: 5368340.
HSL color Cylindrical-coordinate representation of color #14EA51: hue angle of 137.1º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EA51 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 81 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.08 |
| HSL | 137.1º | 0.84% | 0.5% | - |
| HSV(B) | 137.1º | 0.91% | 0.92% | - |
| XYZ | 31.2 | 59.59 | 17.64 | - |
| YUV | 152.57 | 87.6 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 81 | 0.91 | 0 | 0.65 | 0.08 | 137.1 | 0.84 | 0.5 |
| Hex | 14 | EA | 51 | 5B | 0 | 41 | 8 | 89 | 54 | 32 |
| Octal | 24 | 352 | 121 | 133 | 0 | 101 | 10 | 211 | 124 | 62 |
| Binary | 10100 | 11101010 | 1010001 | 1011011 | 0 | 1000001 | 1000 | 10001001 | 1010100 | 110010 |
Color Harmonies of #14EA51
Complementary color
Monochromatic Colors of #14EA51
Black with #14EA51
Text Example
Text Example
White with #14EA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EA51; }
p { color: rgb(20,234,81); }
H1.HeaderClassName
{
color: #14EA51;
}
.AnyTagClassName
{
color: #14EA51;
}
</style>
background-color css
<style>
a { background-color: #14EA51; }
a { background-color: rgb(20,234,81); }
div.DivClassName
{
background-color: #14EA51;
}
.BgClassName
{
background-color: #14EA51;
}
</style>
border-color css
<style>
span { border-color: #14EA51; }
span { border-color: rgb(20,234,81); }
td.TdClassName
{
border-color: #14EA51;
}
.TagClassName
{
border-color: #14EA51;
}
</style>