Shades of Malachite #14CF70
Tints of Malachite #14CF70
RGB
CMYK
RGB Variations
Color information
#14CF70 (or 0x14CF70) is known color: Malachite. HEX triplet: 14, CF and 70. RGB value is (20,207,112). Sum of RGB (Red+Green+Blue) = 20+207+112=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CF70 is #EB308F. Grayscale: #8C8C8C. Windows color (decimal): -15413392 or 7393044. OLE color: 7393044.
HSL color Cylindrical-coordinate representation of color #14CF70: hue angle of 149.52º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF70 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 112 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.19 |
| HSL | 149.52º | 0.82% | 0.45% | - |
| HSV(B) | 149.52º | 0.9% | 0.81% | - |
| XYZ | 25.53 | 45.94 | 22.85 | - |
| YUV | 140.26 | 112.05 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 112 | 0.90 | 0 | 0.46 | 0.19 | 149.52 | 0.82 | 0.45 |
| Hex | 14 | CF | 70 | 5A | 0 | 2E | 13 | 96 | 52 | 2D |
| Octal | 24 | 317 | 160 | 132 | 0 | 56 | 23 | 226 | 122 | 55 |
| Binary | 10100 | 11001111 | 1110000 | 1011010 | 0 | 101110 | 10011 | 10010110 | 1010010 | 101101 |
Color Harmonies of #14CF70
Complementary color
Monochromatic Colors of #14CF70
Black with #14CF70
Text Example
Text Example
White with #14CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CF70; }
p { color: rgb(20,207,112); }
H1.HeaderClassName
{
color: #14CF70;
}
.AnyTagClassName
{
color: #14CF70;
}
</style>
background-color css
<style>
a { background-color: #14CF70; }
a { background-color: rgb(20,207,112); }
div.DivClassName
{
background-color: #14CF70;
}
.BgClassName
{
background-color: #14CF70;
}
</style>
border-color css
<style>
span { border-color: #14CF70; }
span { border-color: rgb(20,207,112); }
td.TdClassName
{
border-color: #14CF70;
}
.TagClassName
{
border-color: #14CF70;
}
</style>