Shades of Malachite #14F54C
Tints of Malachite #14F54C
RGB
CMYK
RGB Variations
Color information
#14F54C (or 0x14F54C) is known color: Malachite. HEX triplet: 14, F5 and 4C. RGB value is (20,245,76). Sum of RGB (Red+Green+Blue) = 20+245+76=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 245 (96.09% from 255 or 71.85% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 245 - color contains mainly: green. Hex color #14F54C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F54C is #EB0AB3. Grayscale: #9E9E9E. Windows color (decimal): -15403700 or 5043476. OLE color: 5043476.
HSL color Cylindrical-coordinate representation of color #14F54C: hue angle of 134.93º 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 #14F54C is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 245 | 76 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.04 |
| HSL | 134.93º | 0.92% | 0.52% | - |
| HSV(B) | 134.93º | 0.92% | 0.96% | - |
| XYZ | 34.25 | 65.98 | 17.77 | - |
| YUV | 158.46 | 81.46 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 245 | 76 | 0.92 | 0 | 0.69 | 0.04 | 134.93 | 0.92 | 0.52 |
| Hex | 14 | F5 | 4C | 5C | 0 | 45 | 4 | 87 | 5C | 34 |
| Octal | 24 | 365 | 114 | 134 | 0 | 105 | 4 | 207 | 134 | 64 |
| Binary | 10100 | 11110101 | 1001100 | 1011100 | 0 | 1000101 | 100 | 10000111 | 1011100 | 110100 |
Color Harmonies of #14F54C
Complementary color
Monochromatic Colors of #14F54C
Black with #14F54C
Text Example
Text Example
White with #14F54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F54C; }
p { color: rgb(20,245,76); }
H1.HeaderClassName
{
color: #14F54C;
}
.AnyTagClassName
{
color: #14F54C;
}
</style>
background-color css
<style>
a { background-color: #14F54C; }
a { background-color: rgb(20,245,76); }
div.DivClassName
{
background-color: #14F54C;
}
.BgClassName
{
background-color: #14F54C;
}
</style>
border-color css
<style>
span { border-color: #14F54C; }
span { border-color: rgb(20,245,76); }
td.TdClassName
{
border-color: #14F54C;
}
.TagClassName
{
border-color: #14F54C;
}
</style>