Shades of Malachite #14D935
Tints of Malachite #14D935
RGB
CMYK
RGB Variations
Color information
#14D935 (or 0x14D935) is known color: Malachite. HEX triplet: 14, D9 and 35. RGB value is (20,217,53). Sum of RGB (Red+Green+Blue) = 20+217+53=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 217 (85.16% from 255 or 74.83% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 217 - color contains mainly: green. Hex color #14D935 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D935 is #EB26CA. Grayscale: #8B8B8B. Windows color (decimal): -15410891 or 3528980. OLE color: 3528980.
HSL color Cylindrical-coordinate representation of color #14D935: hue angle of 130.05º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D935 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 53 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.15 |
| HSL | 130.05º | 0.83% | 0.46% | - |
| HSV(B) | 130.05º | 0.91% | 0.85% | - |
| XYZ | 25.74 | 50.03 | 11.67 | - |
| YUV | 139.4 | 79.23 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 53 | 0.91 | 0 | 0.76 | 0.15 | 130.05 | 0.83 | 0.46 |
| Hex | 14 | D9 | 35 | 5B | 0 | 4C | F | 82 | 53 | 2E |
| Octal | 24 | 331 | 65 | 133 | 0 | 114 | 17 | 202 | 123 | 56 |
| Binary | 10100 | 11011001 | 110101 | 1011011 | 0 | 1001100 | 1111 | 10000010 | 1010011 | 101110 |
Color Harmonies of #14D935
Complementary color
Monochromatic Colors of #14D935
Black with #14D935
Text Example
Text Example
White with #14D935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D935; }
p { color: rgb(20,217,53); }
H1.HeaderClassName
{
color: #14D935;
}
.AnyTagClassName
{
color: #14D935;
}
</style>
background-color css
<style>
a { background-color: #14D935; }
a { background-color: rgb(20,217,53); }
div.DivClassName
{
background-color: #14D935;
}
.BgClassName
{
background-color: #14D935;
}
</style>
border-color css
<style>
span { border-color: #14D935; }
span { border-color: rgb(20,217,53); }
td.TdClassName
{
border-color: #14D935;
}
.TagClassName
{
border-color: #14D935;
}
</style>