Shades of Malachite #14E050
Tints of Malachite #14E050
RGB
CMYK
RGB Variations
Color information
#14E050 (or 0x14E050) is known color: Malachite. HEX triplet: 14, E0 and 50. RGB value is (20,224,80). Sum of RGB (Red+Green+Blue) = 20+224+80=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 224 (87.89% from 255 or 69.14% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 224 - color contains mainly: green. Hex color #14E050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E050 is #EB1FAF. Grayscale: #929292. Windows color (decimal): -15409072 or 5300244. OLE color: 5300244.
HSL color Cylindrical-coordinate representation of color #14E050: hue angle of 137.65º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E050 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 80 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.12 |
| HSL | 137.65º | 0.84% | 0.48% | - |
| HSV(B) | 137.65º | 0.91% | 0.88% | - |
| XYZ | 28.39 | 54.04 | 16.52 | - |
| YUV | 146.59 | 90.41 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 80 | 0.91 | 0 | 0.64 | 0.12 | 137.65 | 0.84 | 0.48 |
| Hex | 14 | E0 | 50 | 5B | 0 | 40 | C | 8A | 54 | 30 |
| Octal | 24 | 340 | 120 | 133 | 0 | 100 | 14 | 212 | 124 | 60 |
| Binary | 10100 | 11100000 | 1010000 | 1011011 | 0 | 1000000 | 1100 | 10001010 | 1010100 | 110000 |
Color Harmonies of #14E050
Complementary color
Monochromatic Colors of #14E050
Black with #14E050
Text Example
Text Example
White with #14E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E050; }
p { color: rgb(20,224,80); }
H1.HeaderClassName
{
color: #14E050;
}
.AnyTagClassName
{
color: #14E050;
}
</style>
background-color css
<style>
a { background-color: #14E050; }
a { background-color: rgb(20,224,80); }
div.DivClassName
{
background-color: #14E050;
}
.BgClassName
{
background-color: #14E050;
}
</style>
border-color css
<style>
span { border-color: #14E050; }
span { border-color: rgb(20,224,80); }
td.TdClassName
{
border-color: #14E050;
}
.TagClassName
{
border-color: #14E050;
}
</style>