Shades of Malachite #14CF58
Tints of Malachite #14CF58
RGB
CMYK
RGB Variations
Color information
#14CF58 (or 0x14CF58) is known color: Malachite. HEX triplet: 14, CF and 58. RGB value is (20,207,88). Sum of RGB (Red+Green+Blue) = 20+207+88=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CF58 is #EB30A7. Grayscale: #898989. Windows color (decimal): -15413416 or 5820180. OLE color: 5820180.
HSL color Cylindrical-coordinate representation of color #14CF58: hue angle of 141.82º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF58 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 88 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.19 |
| HSL | 141.82º | 0.82% | 0.45% | - |
| HSV(B) | 141.82º | 0.9% | 0.81% | - |
| XYZ | 24.36 | 45.48 | 16.73 | - |
| YUV | 137.52 | 100.05 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 88 | 0.90 | 0 | 0.57 | 0.19 | 141.82 | 0.82 | 0.45 |
| Hex | 14 | CF | 58 | 5A | 0 | 39 | 13 | 8E | 52 | 2D |
| Octal | 24 | 317 | 130 | 132 | 0 | 71 | 23 | 216 | 122 | 55 |
| Binary | 10100 | 11001111 | 1011000 | 1011010 | 0 | 111001 | 10011 | 10001110 | 1010010 | 101101 |
Color Harmonies of #14CF58
Complementary color
Monochromatic Colors of #14CF58
Black with #14CF58
Text Example
Text Example
White with #14CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CF58; }
p { color: rgb(20,207,88); }
H1.HeaderClassName
{
color: #14CF58;
}
.AnyTagClassName
{
color: #14CF58;
}
</style>
background-color css
<style>
a { background-color: #14CF58; }
a { background-color: rgb(20,207,88); }
div.DivClassName
{
background-color: #14CF58;
}
.BgClassName
{
background-color: #14CF58;
}
</style>
border-color css
<style>
span { border-color: #14CF58; }
span { border-color: rgb(20,207,88); }
td.TdClassName
{
border-color: #14CF58;
}
.TagClassName
{
border-color: #14CF58;
}
</style>