Shades of Malachite #14CE48
Tints of Malachite #14CE48
RGB
CMYK
RGB Variations
Color information
#14CE48 (or 0x14CE48) is known color: Malachite. HEX triplet: 14, CE and 48. RGB value is (20,206,72). Sum of RGB (Red+Green+Blue) = 20+206+72=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 206 (80.86% from 255 or 69.13% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CE48 is #EB31B7. Grayscale: #878787. Windows color (decimal): -15413688 or 4771348. OLE color: 4771348.
HSL color Cylindrical-coordinate representation of color #14CE48: hue angle of 136.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE48 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 72 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.19 |
| HSL | 136.77º | 0.82% | 0.44% | - |
| HSV(B) | 136.77º | 0.9% | 0.81% | - |
| XYZ | 23.53 | 44.76 | 13.53 | - |
| YUV | 135.11 | 92.38 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 72 | 0.90 | 0 | 0.65 | 0.19 | 136.77 | 0.82 | 0.44 |
| Hex | 14 | CE | 48 | 5A | 0 | 41 | 13 | 89 | 52 | 2C |
| Octal | 24 | 316 | 110 | 132 | 0 | 101 | 23 | 211 | 122 | 54 |
| Binary | 10100 | 11001110 | 1001000 | 1011010 | 0 | 1000001 | 10011 | 10001001 | 1010010 | 101100 |
Color Harmonies of #14CE48
Complementary color
Monochromatic Colors of #14CE48
Black with #14CE48
Text Example
Text Example
White with #14CE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE48; }
p { color: rgb(20,206,72); }
H1.HeaderClassName
{
color: #14CE48;
}
.AnyTagClassName
{
color: #14CE48;
}
</style>
background-color css
<style>
a { background-color: #14CE48; }
a { background-color: rgb(20,206,72); }
div.DivClassName
{
background-color: #14CE48;
}
.BgClassName
{
background-color: #14CE48;
}
</style>
border-color css
<style>
span { border-color: #14CE48; }
span { border-color: rgb(20,206,72); }
td.TdClassName
{
border-color: #14CE48;
}
.TagClassName
{
border-color: #14CE48;
}
</style>