Shades of Malachite #14CE4F
Tints of Malachite #14CE4F
RGB
CMYK
RGB Variations
Color information
#14CE4F (or 0x14CE4F) is known color: Malachite. HEX triplet: 14, CE and 4F. RGB value is (20,206,79). Sum of RGB (Red+Green+Blue) = 20+206+79=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 206 (80.86% from 255 or 67.54% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CE4F is #EB31B0. Grayscale: #888888. Windows color (decimal): -15413681 or 5230100. OLE color: 5230100.
HSL color Cylindrical-coordinate representation of color #14CE4F: hue angle of 139.03º 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 #14CE4F is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 79 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.19 |
| HSL | 139.03º | 0.82% | 0.44% | - |
| HSV(B) | 139.03º | 0.9% | 0.81% | - |
| XYZ | 23.77 | 44.86 | 14.8 | - |
| YUV | 135.91 | 95.88 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 79 | 0.90 | 0 | 0.62 | 0.19 | 139.03 | 0.82 | 0.44 |
| Hex | 14 | CE | 4F | 5A | 0 | 3E | 13 | 8B | 52 | 2C |
| Octal | 24 | 316 | 117 | 132 | 0 | 76 | 23 | 213 | 122 | 54 |
| Binary | 10100 | 11001110 | 1001111 | 1011010 | 0 | 111110 | 10011 | 10001011 | 1010010 | 101100 |
Color Harmonies of #14CE4F
Complementary color
Monochromatic Colors of #14CE4F
Black with #14CE4F
Text Example
Text Example
White with #14CE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE4F; }
p { color: rgb(20,206,79); }
H1.HeaderClassName
{
color: #14CE4F;
}
.AnyTagClassName
{
color: #14CE4F;
}
</style>
background-color css
<style>
a { background-color: #14CE4F; }
a { background-color: rgb(20,206,79); }
div.DivClassName
{
background-color: #14CE4F;
}
.BgClassName
{
background-color: #14CE4F;
}
</style>
border-color css
<style>
span { border-color: #14CE4F; }
span { border-color: rgb(20,206,79); }
td.TdClassName
{
border-color: #14CE4F;
}
.TagClassName
{
border-color: #14CE4F;
}
</style>