Shades of Malachite #14EA5B
Tints of Malachite #14EA5B
RGB
CMYK
RGB Variations
Color information
#14EA5B (or 0x14EA5B) is known color: Malachite. HEX triplet: 14, EA and 5B. RGB value is (20,234,91). Sum of RGB (Red+Green+Blue) = 20+234+91=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 234 (91.80% from 255 or 67.83% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EA5B is #EB15A4. Grayscale: #9A9A9A. Windows color (decimal): -15406501 or 6023700. OLE color: 6023700.
HSL color Cylindrical-coordinate representation of color #14EA5B: hue angle of 139.91º 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 #14EA5B is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 91 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.08 |
| HSL | 139.91º | 0.84% | 0.5% | - |
| HSV(B) | 139.91º | 0.91% | 0.92% | - |
| XYZ | 31.6 | 59.75 | 19.76 | - |
| YUV | 153.71 | 92.6 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 91 | 0.91 | 0 | 0.61 | 0.08 | 139.91 | 0.84 | 0.5 |
| Hex | 14 | EA | 5B | 5B | 0 | 3D | 8 | 8C | 54 | 32 |
| Octal | 24 | 352 | 133 | 133 | 0 | 75 | 10 | 214 | 124 | 62 |
| Binary | 10100 | 11101010 | 1011011 | 1011011 | 0 | 111101 | 1000 | 10001100 | 1010100 | 110010 |
Color Harmonies of #14EA5B
Complementary color
Monochromatic Colors of #14EA5B
Black with #14EA5B
Text Example
Text Example
White with #14EA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EA5B; }
p { color: rgb(20,234,91); }
H1.HeaderClassName
{
color: #14EA5B;
}
.AnyTagClassName
{
color: #14EA5B;
}
</style>
background-color css
<style>
a { background-color: #14EA5B; }
a { background-color: rgb(20,234,91); }
div.DivClassName
{
background-color: #14EA5B;
}
.BgClassName
{
background-color: #14EA5B;
}
</style>
border-color css
<style>
span { border-color: #14EA5B; }
span { border-color: rgb(20,234,91); }
td.TdClassName
{
border-color: #14EA5B;
}
.TagClassName
{
border-color: #14EA5B;
}
</style>