Shades of Malachite #14E94F
Tints of Malachite #14E94F
RGB
CMYK
RGB Variations
Color information
#14E94F (or 0x14E94F) is known color: Malachite. HEX triplet: 14, E9 and 4F. RGB value is (20,233,79). Sum of RGB (Red+Green+Blue) = 20+233+79=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 233 (91.41% from 255 or 70.18% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 233 - color contains mainly: green. Hex color #14E94F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E94F is #EB16B0. Grayscale: #989898. Windows color (decimal): -15406769 or 5237012. OLE color: 5237012.
HSL color Cylindrical-coordinate representation of color #14E94F: hue angle of 136.62º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E94F is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 233 | 79 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.09 |
| HSL | 136.62º | 0.84% | 0.5% | - |
| HSV(B) | 136.62º | 0.91% | 0.91% | - |
| XYZ | 30.84 | 58.99 | 17.16 | - |
| YUV | 151.76 | 86.93 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 79 | 0.91 | 0 | 0.66 | 0.09 | 136.62 | 0.84 | 0.5 |
| Hex | 14 | E9 | 4F | 5B | 0 | 42 | 9 | 89 | 54 | 32 |
| Octal | 24 | 351 | 117 | 133 | 0 | 102 | 11 | 211 | 124 | 62 |
| Binary | 10100 | 11101001 | 1001111 | 1011011 | 0 | 1000010 | 1001 | 10001001 | 1010100 | 110010 |
Color Harmonies of #14E94F
Complementary color
Monochromatic Colors of #14E94F
Black with #14E94F
Text Example
Text Example
White with #14E94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E94F; }
p { color: rgb(20,233,79); }
H1.HeaderClassName
{
color: #14E94F;
}
.AnyTagClassName
{
color: #14E94F;
}
</style>
background-color css
<style>
a { background-color: #14E94F; }
a { background-color: rgb(20,233,79); }
div.DivClassName
{
background-color: #14E94F;
}
.BgClassName
{
background-color: #14E94F;
}
</style>
border-color css
<style>
span { border-color: #14E94F; }
span { border-color: rgb(20,233,79); }
td.TdClassName
{
border-color: #14E94F;
}
.TagClassName
{
border-color: #14E94F;
}
</style>