Shades of Malachite #14CD68
Tints of Malachite #14CD68
RGB
CMYK
RGB Variations
Color information
#14CD68 (or 0x14CD68) is known color: Malachite. HEX triplet: 14, CD and 68. RGB value is (20,205,104). Sum of RGB (Red+Green+Blue) = 20+205+104=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CD68 is #EB3297. Grayscale: #8A8A8A. Windows color (decimal): -15413912 or 6868244. OLE color: 6868244.
HSL color Cylindrical-coordinate representation of color #14CD68: hue angle of 147.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CD68 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 205 | 104 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.20 |
| HSL | 147.24º | 0.82% | 0.44% | - |
| HSV(B) | 147.24º | 0.9% | 0.8% | - |
| XYZ | 24.62 | 44.81 | 20.45 | - |
| YUV | 138.17 | 108.71 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 104 | 0.90 | 0 | 0.49 | 0.20 | 147.24 | 0.82 | 0.44 |
| Hex | 14 | CD | 68 | 5A | 0 | 31 | 14 | 93 | 52 | 2C |
| Octal | 24 | 315 | 150 | 132 | 0 | 61 | 24 | 223 | 122 | 54 |
| Binary | 10100 | 11001101 | 1101000 | 1011010 | 0 | 110001 | 10100 | 10010011 | 1010010 | 101100 |
Color Harmonies of #14CD68
Complementary color
Monochromatic Colors of #14CD68
Black with #14CD68
Text Example
Text Example
White with #14CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CD68; }
p { color: rgb(20,205,104); }
H1.HeaderClassName
{
color: #14CD68;
}
.AnyTagClassName
{
color: #14CD68;
}
</style>
background-color css
<style>
a { background-color: #14CD68; }
a { background-color: rgb(20,205,104); }
div.DivClassName
{
background-color: #14CD68;
}
.BgClassName
{
background-color: #14CD68;
}
</style>
border-color css
<style>
span { border-color: #14CD68; }
span { border-color: rgb(20,205,104); }
td.TdClassName
{
border-color: #14CD68;
}
.TagClassName
{
border-color: #14CD68;
}
</style>