Shades of Malachite #14CB45
Tints of Malachite #14CB45
RGB
CMYK
RGB Variations
Color information
#14CB45 (or 0x14CB45) is known color: Malachite. HEX triplet: 14, CB and 45. RGB value is (20,203,69). Sum of RGB (Red+Green+Blue) = 20+203+69=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 203 (79.69% from 255 or 69.52% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CB45 is #EB34BA. Grayscale: #858585. Windows color (decimal): -15414459 or 4573972. OLE color: 4573972.
HSL color Cylindrical-coordinate representation of color #14CB45: hue angle of 136.07º 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 #14CB45 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 69 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.20 |
| HSL | 136.07º | 0.82% | 0.44% | - |
| HSV(B) | 136.07º | 0.9% | 0.8% | - |
| XYZ | 22.72 | 43.29 | 12.79 | - |
| YUV | 133.01 | 91.87 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 69 | 0.90 | 0 | 0.66 | 0.20 | 136.07 | 0.82 | 0.44 |
| Hex | 14 | CB | 45 | 5A | 0 | 42 | 14 | 88 | 52 | 2C |
| Octal | 24 | 313 | 105 | 132 | 0 | 102 | 24 | 210 | 122 | 54 |
| Binary | 10100 | 11001011 | 1000101 | 1011010 | 0 | 1000010 | 10100 | 10001000 | 1010010 | 101100 |
Color Harmonies of #14CB45
Complementary color
Monochromatic Colors of #14CB45
Black with #14CB45
Text Example
Text Example
White with #14CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB45; }
p { color: rgb(20,203,69); }
H1.HeaderClassName
{
color: #14CB45;
}
.AnyTagClassName
{
color: #14CB45;
}
</style>
background-color css
<style>
a { background-color: #14CB45; }
a { background-color: rgb(20,203,69); }
div.DivClassName
{
background-color: #14CB45;
}
.BgClassName
{
background-color: #14CB45;
}
</style>
border-color css
<style>
span { border-color: #14CB45; }
span { border-color: rgb(20,203,69); }
td.TdClassName
{
border-color: #14CB45;
}
.TagClassName
{
border-color: #14CB45;
}
</style>