Shades of Malachite #14CB5B
Tints of Malachite #14CB5B
RGB
CMYK
RGB Variations
Color information
#14CB5B (or 0x14CB5B) is known color: Malachite. HEX triplet: 14, CB and 5B. RGB value is (20,203,91). Sum of RGB (Red+Green+Blue) = 20+203+91=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 203 (79.69% from 255 or 64.65% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB5B is #EB34A4. Grayscale: #878787. Windows color (decimal): -15414437 or 6015764. OLE color: 6015764.
HSL color Cylindrical-coordinate representation of color #14CB5B: hue angle of 143.28º 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 #14CB5B is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 91 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.20 |
| HSL | 143.28º | 0.82% | 0.44% | - |
| HSV(B) | 143.28º | 0.9% | 0.8% | - |
| XYZ | 23.53 | 43.62 | 17.08 | - |
| YUV | 135.52 | 102.87 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 91 | 0.90 | 0 | 0.55 | 0.20 | 143.28 | 0.82 | 0.44 |
| Hex | 14 | CB | 5B | 5A | 0 | 37 | 14 | 8F | 52 | 2C |
| Octal | 24 | 313 | 133 | 132 | 0 | 67 | 24 | 217 | 122 | 54 |
| Binary | 10100 | 11001011 | 1011011 | 1011010 | 0 | 110111 | 10100 | 10001111 | 1010010 | 101100 |
Color Harmonies of #14CB5B
Complementary color
Monochromatic Colors of #14CB5B
Black with #14CB5B
Text Example
Text Example
White with #14CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB5B; }
p { color: rgb(20,203,91); }
H1.HeaderClassName
{
color: #14CB5B;
}
.AnyTagClassName
{
color: #14CB5B;
}
</style>
background-color css
<style>
a { background-color: #14CB5B; }
a { background-color: rgb(20,203,91); }
div.DivClassName
{
background-color: #14CB5B;
}
.BgClassName
{
background-color: #14CB5B;
}
</style>
border-color css
<style>
span { border-color: #14CB5B; }
span { border-color: rgb(20,203,91); }
td.TdClassName
{
border-color: #14CB5B;
}
.TagClassName
{
border-color: #14CB5B;
}
</style>