Shades of Malachite #14C966
Tints of Malachite #14C966
RGB
CMYK
RGB Variations
Color information
#14C966 (or 0x14C966) is known color: Malachite. HEX triplet: 14, C9 and 66. RGB value is (20,201,102). Sum of RGB (Red+Green+Blue) = 20+201+102=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #14C966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C966 is #EB3699. Grayscale: #878787. Windows color (decimal): -15414938 or 6736148. OLE color: 6736148.
HSL color Cylindrical-coordinate representation of color #14C966: hue angle of 147.18º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C966 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 201 | 102 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.21 |
| HSL | 147.18º | 0.82% | 0.43% | - |
| HSV(B) | 147.18º | 0.9% | 0.79% | - |
| XYZ | 23.57 | 42.88 | 19.6 | - |
| YUV | 135.6 | 109.03 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 102 | 0.90 | 0 | 0.49 | 0.21 | 147.18 | 0.82 | 0.43 |
| Hex | 14 | C9 | 66 | 5A | 0 | 31 | 15 | 93 | 52 | 2B |
| Octal | 24 | 311 | 146 | 132 | 0 | 61 | 25 | 223 | 122 | 53 |
| Binary | 10100 | 11001001 | 1100110 | 1011010 | 0 | 110001 | 10101 | 10010011 | 1010010 | 101011 |
Color Harmonies of #14C966
Complementary color
Monochromatic Colors of #14C966
Black with #14C966
Text Example
Text Example
White with #14C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C966; }
p { color: rgb(20,201,102); }
H1.HeaderClassName
{
color: #14C966;
}
.AnyTagClassName
{
color: #14C966;
}
</style>
background-color css
<style>
a { background-color: #14C966; }
a { background-color: rgb(20,201,102); }
div.DivClassName
{
background-color: #14C966;
}
.BgClassName
{
background-color: #14C966;
}
</style>
border-color css
<style>
span { border-color: #14C966; }
span { border-color: rgb(20,201,102); }
td.TdClassName
{
border-color: #14C966;
}
.TagClassName
{
border-color: #14C966;
}
</style>