Shades of Malachite #14CE6F
Tints of Malachite #14CE6F
RGB
CMYK
RGB Variations
Color information
#14CE6F (or 0x14CE6F) is known color: Malachite. HEX triplet: 14, CE and 6F. RGB value is (20,206,111). Sum of RGB (Red+Green+Blue) = 20+206+111=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CE6F is #EB3190. Grayscale: #8B8B8B. Windows color (decimal): -15413649 or 7327252. OLE color: 7327252.
HSL color Cylindrical-coordinate representation of color #14CE6F: hue angle of 149.35º 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 #14CE6F is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 111 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.19 |
| HSL | 149.35º | 0.82% | 0.44% | - |
| HSV(B) | 149.35º | 0.9% | 0.81% | - |
| XYZ | 25.23 | 45.44 | 22.48 | - |
| YUV | 139.56 | 111.88 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 111 | 0.90 | 0 | 0.46 | 0.19 | 149.35 | 0.82 | 0.44 |
| Hex | 14 | CE | 6F | 5A | 0 | 2E | 13 | 95 | 52 | 2C |
| Octal | 24 | 316 | 157 | 132 | 0 | 56 | 23 | 225 | 122 | 54 |
| Binary | 10100 | 11001110 | 1101111 | 1011010 | 0 | 101110 | 10011 | 10010101 | 1010010 | 101100 |
Color Harmonies of #14CE6F
Complementary color
Monochromatic Colors of #14CE6F
Black with #14CE6F
Text Example
Text Example
White with #14CE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE6F; }
p { color: rgb(20,206,111); }
H1.HeaderClassName
{
color: #14CE6F;
}
.AnyTagClassName
{
color: #14CE6F;
}
</style>
background-color css
<style>
a { background-color: #14CE6F; }
a { background-color: rgb(20,206,111); }
div.DivClassName
{
background-color: #14CE6F;
}
.BgClassName
{
background-color: #14CE6F;
}
</style>
border-color css
<style>
span { border-color: #14CE6F; }
span { border-color: rgb(20,206,111); }
td.TdClassName
{
border-color: #14CE6F;
}
.TagClassName
{
border-color: #14CE6F;
}
</style>