Shades of Malachite #14C94C
Tints of Malachite #14C94C
RGB
CMYK
RGB Variations
Color information
#14C94C (or 0x14C94C) is known color: Malachite. HEX triplet: 14, C9 and 4C. RGB value is (20,201,76). Sum of RGB (Red+Green+Blue) = 20+201+76=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 201 (78.91% from 255 or 67.68% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 201 - color contains mainly: green. Hex color #14C94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C94C is #EB36B3. Grayscale: #848484. Windows color (decimal): -15414964 or 5032212. OLE color: 5032212.
HSL color Cylindrical-coordinate representation of color #14C94C: hue angle of 138.56º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C94C is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 201 | 76 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.21 |
| HSL | 138.56º | 0.82% | 0.43% | - |
| HSV(B) | 138.56º | 0.9% | 0.79% | - |
| XYZ | 22.48 | 42.44 | 13.85 | - |
| YUV | 132.63 | 96.03 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 76 | 0.90 | 0 | 0.62 | 0.21 | 138.56 | 0.82 | 0.43 |
| Hex | 14 | C9 | 4C | 5A | 0 | 3E | 15 | 8B | 52 | 2B |
| Octal | 24 | 311 | 114 | 132 | 0 | 76 | 25 | 213 | 122 | 53 |
| Binary | 10100 | 11001001 | 1001100 | 1011010 | 0 | 111110 | 10101 | 10001011 | 1010010 | 101011 |
Color Harmonies of #14C94C
Complementary color
Monochromatic Colors of #14C94C
Black with #14C94C
Text Example
Text Example
White with #14C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C94C; }
p { color: rgb(20,201,76); }
H1.HeaderClassName
{
color: #14C94C;
}
.AnyTagClassName
{
color: #14C94C;
}
</style>
background-color css
<style>
a { background-color: #14C94C; }
a { background-color: rgb(20,201,76); }
div.DivClassName
{
background-color: #14C94C;
}
.BgClassName
{
background-color: #14C94C;
}
</style>
border-color css
<style>
span { border-color: #14C94C; }
span { border-color: rgb(20,201,76); }
td.TdClassName
{
border-color: #14C94C;
}
.TagClassName
{
border-color: #14C94C;
}
</style>