Shades of Malachite #14D669
Tints of Malachite #14D669
RGB
CMYK
RGB Variations
Color information
#14D669 (or 0x14D669) is known color: Malachite. HEX triplet: 14, D6 and 69. RGB value is (20,214,105). Sum of RGB (Red+Green+Blue) = 20+214+105=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #14D669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D669 is #EB2996. Grayscale: #8F8F8F. Windows color (decimal): -15411607 or 6936084. OLE color: 6936084.
HSL color Cylindrical-coordinate representation of color #14D669: hue angle of 146.29º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D669 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 214 | 105 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.16 |
| HSL | 146.29º | 0.83% | 0.46% | - |
| HSV(B) | 146.29º | 0.91% | 0.84% | - |
| XYZ | 26.88 | 49.26 | 21.46 | - |
| YUV | 143.57 | 106.23 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 105 | 0.91 | 0 | 0.51 | 0.16 | 146.29 | 0.83 | 0.46 |
| Hex | 14 | D6 | 69 | 5B | 0 | 33 | 10 | 92 | 53 | 2E |
| Octal | 24 | 326 | 151 | 133 | 0 | 63 | 20 | 222 | 123 | 56 |
| Binary | 10100 | 11010110 | 1101001 | 1011011 | 0 | 110011 | 10000 | 10010010 | 1010011 | 101110 |
Color Harmonies of #14D669
Complementary color
Monochromatic Colors of #14D669
Black with #14D669
Text Example
Text Example
White with #14D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D669; }
p { color: rgb(20,214,105); }
H1.HeaderClassName
{
color: #14D669;
}
.AnyTagClassName
{
color: #14D669;
}
</style>
background-color css
<style>
a { background-color: #14D669; }
a { background-color: rgb(20,214,105); }
div.DivClassName
{
background-color: #14D669;
}
.BgClassName
{
background-color: #14D669;
}
</style>
border-color css
<style>
span { border-color: #14D669; }
span { border-color: rgb(20,214,105); }
td.TdClassName
{
border-color: #14D669;
}
.TagClassName
{
border-color: #14D669;
}
</style>