Shades of Malachite #14ED3C
Tints of Malachite #14ED3C
RGB
CMYK
RGB Variations
Color information
#14ED3C (or 0x14ED3C) is known color: Malachite. HEX triplet: 14, ED and 3C. RGB value is (20,237,60). Sum of RGB (Red+Green+Blue) = 20+237+60=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 237 (92.97% from 255 or 74.76% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 237 - color contains mainly: green. Hex color #14ED3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14ED3C is #EB12C3. Grayscale: #989898. Windows color (decimal): -15405764 or 3992852. OLE color: 3992852.
HSL color Cylindrical-coordinate representation of color #14ED3C: hue angle of 131.06º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ED3C is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 60 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.07 |
| HSL | 131.06º | 0.86% | 0.5% | - |
| HSV(B) | 131.06º | 0.92% | 0.93% | - |
| XYZ | 31.39 | 61.04 | 14.4 | - |
| YUV | 151.94 | 76.11 | 33.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 60 | 0.92 | 0 | 0.75 | 0.07 | 131.06 | 0.86 | 0.5 |
| Hex | 14 | ED | 3C | 5C | 0 | 4B | 7 | 83 | 56 | 32 |
| Octal | 24 | 355 | 74 | 134 | 0 | 113 | 7 | 203 | 126 | 62 |
| Binary | 10100 | 11101101 | 111100 | 1011100 | 0 | 1001011 | 111 | 10000011 | 1010110 | 110010 |
Color Harmonies of #14ED3C
Complementary color
Monochromatic Colors of #14ED3C
Black with #14ED3C
Text Example
Text Example
White with #14ED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ED3C; }
p { color: rgb(20,237,60); }
H1.HeaderClassName
{
color: #14ED3C;
}
.AnyTagClassName
{
color: #14ED3C;
}
</style>
background-color css
<style>
a { background-color: #14ED3C; }
a { background-color: rgb(20,237,60); }
div.DivClassName
{
background-color: #14ED3C;
}
.BgClassName
{
background-color: #14ED3C;
}
</style>
border-color css
<style>
span { border-color: #14ED3C; }
span { border-color: rgb(20,237,60); }
td.TdClassName
{
border-color: #14ED3C;
}
.TagClassName
{
border-color: #14ED3C;
}
</style>