Shades of Malachite #14CA5A
Tints of Malachite #14CA5A
RGB
CMYK
RGB Variations
Color information
#14CA5A (or 0x14CA5A) is known color: Malachite. HEX triplet: 14, CA and 5A. RGB value is (20,202,90). Sum of RGB (Red+Green+Blue) = 20+202+90=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 202 (79.30% from 255 or 64.74% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CA5A is #EB35A5. Grayscale: #878787. Windows color (decimal): -15414694 or 5949972. OLE color: 5949972.
HSL color Cylindrical-coordinate representation of color #14CA5A: hue angle of 143.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CA5A is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 202 | 90 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.21 |
| HSL | 143.08º | 0.82% | 0.44% | - |
| HSV(B) | 143.08º | 0.9% | 0.79% | - |
| XYZ | 23.25 | 43.13 | 16.77 | - |
| YUV | 134.81 | 102.7 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 202 | 90 | 0.90 | 0 | 0.55 | 0.21 | 143.08 | 0.82 | 0.44 |
| Hex | 14 | CA | 5A | 5A | 0 | 37 | 15 | 8F | 52 | 2C |
| Octal | 24 | 312 | 132 | 132 | 0 | 67 | 25 | 217 | 122 | 54 |
| Binary | 10100 | 11001010 | 1011010 | 1011010 | 0 | 110111 | 10101 | 10001111 | 1010010 | 101100 |
Color Harmonies of #14CA5A
Complementary color
Monochromatic Colors of #14CA5A
Black with #14CA5A
Text Example
Text Example
White with #14CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CA5A; }
p { color: rgb(20,202,90); }
H1.HeaderClassName
{
color: #14CA5A;
}
.AnyTagClassName
{
color: #14CA5A;
}
</style>
background-color css
<style>
a { background-color: #14CA5A; }
a { background-color: rgb(20,202,90); }
div.DivClassName
{
background-color: #14CA5A;
}
.BgClassName
{
background-color: #14CA5A;
}
</style>
border-color css
<style>
span { border-color: #14CA5A; }
span { border-color: rgb(20,202,90); }
td.TdClassName
{
border-color: #14CA5A;
}
.TagClassName
{
border-color: #14CA5A;
}
</style>