Shades of Malachite #14CE67
Tints of Malachite #14CE67
RGB
CMYK
RGB Variations
Color information
#14CE67 (or 0x14CE67) is known color: Malachite. HEX triplet: 14, CE and 67. RGB value is (20,206,103). Sum of RGB (Red+Green+Blue) = 20+206+103=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CE67 is #EB3198. Grayscale: #8A8A8A. Windows color (decimal): -15413657 or 6802964. OLE color: 6802964.
HSL color Cylindrical-coordinate representation of color #14CE67: hue angle of 146.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 #14CE67 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 103 | - |
| CMYK | 0.90 | 0 | 0.50 | 0.19 |
| HSL | 146.77º | 0.82% | 0.44% | - |
| HSV(B) | 146.77º | 0.9% | 0.81% | - |
| XYZ | 24.81 | 45.27 | 20.26 | - |
| YUV | 138.64 | 107.88 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 103 | 0.90 | 0 | 0.50 | 0.19 | 146.77 | 0.82 | 0.44 |
| Hex | 14 | CE | 67 | 5A | 0 | 32 | 13 | 93 | 52 | 2C |
| Octal | 24 | 316 | 147 | 132 | 0 | 62 | 23 | 223 | 122 | 54 |
| Binary | 10100 | 11001110 | 1100111 | 1011010 | 0 | 110010 | 10011 | 10010011 | 1010010 | 101100 |
Color Harmonies of #14CE67
Complementary color
Monochromatic Colors of #14CE67
Black with #14CE67
Text Example
Text Example
White with #14CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE67; }
p { color: rgb(20,206,103); }
H1.HeaderClassName
{
color: #14CE67;
}
.AnyTagClassName
{
color: #14CE67;
}
</style>
background-color css
<style>
a { background-color: #14CE67; }
a { background-color: rgb(20,206,103); }
div.DivClassName
{
background-color: #14CE67;
}
.BgClassName
{
background-color: #14CE67;
}
</style>
border-color css
<style>
span { border-color: #14CE67; }
span { border-color: rgb(20,206,103); }
td.TdClassName
{
border-color: #14CE67;
}
.TagClassName
{
border-color: #14CE67;
}
</style>