Shades of Malachite #14F54D
Tints of Malachite #14F54D
RGB
CMYK
RGB Variations
Color information
#14F54D (or 0x14F54D) is known color: Malachite. HEX triplet: 14, F5 and 4D. RGB value is (20,245,77). Sum of RGB (Red+Green+Blue) = 20+245+77=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 245 (96.09% from 255 or 71.64% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 245 - color contains mainly: green. Hex color #14F54D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F54D is #EB0AB2. Grayscale: #9F9F9F. Windows color (decimal): -15403699 or 5109012. OLE color: 5109012.
HSL color Cylindrical-coordinate representation of color #14F54D: hue angle of 135.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F54D is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 245 | 77 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.04 |
| HSL | 135.2º | 0.92% | 0.52% | - |
| HSV(B) | 135.2º | 0.92% | 0.96% | - |
| XYZ | 34.28 | 65.99 | 17.95 | - |
| YUV | 158.57 | 81.96 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 245 | 77 | 0.92 | 0 | 0.69 | 0.04 | 135.2 | 0.92 | 0.52 |
| Hex | 14 | F5 | 4D | 5C | 0 | 45 | 4 | 87 | 5C | 34 |
| Octal | 24 | 365 | 115 | 134 | 0 | 105 | 4 | 207 | 134 | 64 |
| Binary | 10100 | 11110101 | 1001101 | 1011100 | 0 | 1000101 | 100 | 10000111 | 1011100 | 110100 |
Color Harmonies of #14F54D
Complementary color
Monochromatic Colors of #14F54D
Black with #14F54D
Text Example
Text Example
White with #14F54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F54D; }
p { color: rgb(20,245,77); }
H1.HeaderClassName
{
color: #14F54D;
}
.AnyTagClassName
{
color: #14F54D;
}
</style>
background-color css
<style>
a { background-color: #14F54D; }
a { background-color: rgb(20,245,77); }
div.DivClassName
{
background-color: #14F54D;
}
.BgClassName
{
background-color: #14F54D;
}
</style>
border-color css
<style>
span { border-color: #14F54D; }
span { border-color: rgb(20,245,77); }
td.TdClassName
{
border-color: #14F54D;
}
.TagClassName
{
border-color: #14F54D;
}
</style>