Shades of Malachite #14D04C
Tints of Malachite #14D04C
RGB
CMYK
RGB Variations
Color information
#14D04C (or 0x14D04C) is known color: Malachite. HEX triplet: 14, D0 and 4C. RGB value is (20,208,76). Sum of RGB (Red+Green+Blue) = 20+208+76=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 208 (81.64% from 255 or 68.42% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 208 - color contains mainly: green. Hex color #14D04C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D04C is #EB2FB3. Grayscale: #898989. Windows color (decimal): -15413172 or 5034004. OLE color: 5034004.
HSL color Cylindrical-coordinate representation of color #14D04C: hue angle of 137.87º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D04C is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 208 | 76 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.18 |
| HSL | 137.87º | 0.82% | 0.45% | - |
| HSV(B) | 137.87º | 0.9% | 0.82% | - |
| XYZ | 24.15 | 45.78 | 14.4 | - |
| YUV | 136.74 | 93.72 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 76 | 0.90 | 0 | 0.63 | 0.18 | 137.87 | 0.82 | 0.45 |
| Hex | 14 | D0 | 4C | 5A | 0 | 3F | 12 | 8A | 52 | 2D |
| Octal | 24 | 320 | 114 | 132 | 0 | 77 | 22 | 212 | 122 | 55 |
| Binary | 10100 | 11010000 | 1001100 | 1011010 | 0 | 111111 | 10010 | 10001010 | 1010010 | 101101 |
Color Harmonies of #14D04C
Complementary color
Monochromatic Colors of #14D04C
Black with #14D04C
Text Example
Text Example
White with #14D04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D04C; }
p { color: rgb(20,208,76); }
H1.HeaderClassName
{
color: #14D04C;
}
.AnyTagClassName
{
color: #14D04C;
}
</style>
background-color css
<style>
a { background-color: #14D04C; }
a { background-color: rgb(20,208,76); }
div.DivClassName
{
background-color: #14D04C;
}
.BgClassName
{
background-color: #14D04C;
}
</style>
border-color css
<style>
span { border-color: #14D04C; }
span { border-color: rgb(20,208,76); }
td.TdClassName
{
border-color: #14D04C;
}
.TagClassName
{
border-color: #14D04C;
}
</style>