Shades of Malachite #14D25B
Tints of Malachite #14D25B
RGB
CMYK
RGB Variations
Color information
#14D25B (or 0x14D25B) is known color: Malachite. HEX triplet: 14, D2 and 5B. RGB value is (20,210,91). Sum of RGB (Red+Green+Blue) = 20+210+91=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 210 (82.42% from 255 or 65.42% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 210 - color contains mainly: green. Hex color #14D25B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D25B is #EB2DA4. Grayscale: #8B8B8B. Windows color (decimal): -15412645 or 6017556. OLE color: 6017556.
HSL color Cylindrical-coordinate representation of color #14D25B: hue angle of 142.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D25B is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 210 | 91 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.18 |
| HSL | 142.42º | 0.83% | 0.45% | - |
| HSV(B) | 142.42º | 0.9% | 0.82% | - |
| XYZ | 25.22 | 47 | 17.64 | - |
| YUV | 139.62 | 100.55 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 210 | 91 | 0.90 | 0 | 0.57 | 0.18 | 142.42 | 0.83 | 0.45 |
| Hex | 14 | D2 | 5B | 5A | 0 | 39 | 12 | 8E | 53 | 2D |
| Octal | 24 | 322 | 133 | 132 | 0 | 71 | 22 | 216 | 123 | 55 |
| Binary | 10100 | 11010010 | 1011011 | 1011010 | 0 | 111001 | 10010 | 10001110 | 1010011 | 101101 |
Color Harmonies of #14D25B
Complementary color
Monochromatic Colors of #14D25B
Black with #14D25B
Text Example
Text Example
White with #14D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D25B; }
p { color: rgb(20,210,91); }
H1.HeaderClassName
{
color: #14D25B;
}
.AnyTagClassName
{
color: #14D25B;
}
</style>
background-color css
<style>
a { background-color: #14D25B; }
a { background-color: rgb(20,210,91); }
div.DivClassName
{
background-color: #14D25B;
}
.BgClassName
{
background-color: #14D25B;
}
</style>
border-color css
<style>
span { border-color: #14D25B; }
span { border-color: rgb(20,210,91); }
td.TdClassName
{
border-color: #14D25B;
}
.TagClassName
{
border-color: #14D25B;
}
</style>