Shades of Malachite #14E85B
Tints of Malachite #14E85B
RGB
CMYK
RGB Variations
Color information
#14E85B (or 0x14E85B) is known color: Malachite. HEX triplet: 14, E8 and 5B. RGB value is (20,232,91). Sum of RGB (Red+Green+Blue) = 20+232+91=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 232 (91.02% from 255 or 67.64% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 232 - color contains mainly: green. Hex color #14E85B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E85B is #EB17A4. Grayscale: #989898. Windows color (decimal): -15407013 or 6023188. OLE color: 6023188.
HSL color Cylindrical-coordinate representation of color #14E85B: hue angle of 140.09º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E85B is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 232 | 91 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.09 |
| HSL | 140.09º | 0.84% | 0.49% | - |
| HSV(B) | 140.09º | 0.91% | 0.91% | - |
| XYZ | 31.03 | 58.62 | 19.58 | - |
| YUV | 152.54 | 93.26 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 232 | 91 | 0.91 | 0 | 0.61 | 0.09 | 140.09 | 0.84 | 0.49 |
| Hex | 14 | E8 | 5B | 5B | 0 | 3D | 9 | 8C | 54 | 31 |
| Octal | 24 | 350 | 133 | 133 | 0 | 75 | 11 | 214 | 124 | 61 |
| Binary | 10100 | 11101000 | 1011011 | 1011011 | 0 | 111101 | 1001 | 10001100 | 1010100 | 110001 |
Color Harmonies of #14E85B
Complementary color
Monochromatic Colors of #14E85B
Black with #14E85B
Text Example
Text Example
White with #14E85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E85B; }
p { color: rgb(20,232,91); }
H1.HeaderClassName
{
color: #14E85B;
}
.AnyTagClassName
{
color: #14E85B;
}
</style>
background-color css
<style>
a { background-color: #14E85B; }
a { background-color: rgb(20,232,91); }
div.DivClassName
{
background-color: #14E85B;
}
.BgClassName
{
background-color: #14E85B;
}
</style>
border-color css
<style>
span { border-color: #14E85B; }
span { border-color: rgb(20,232,91); }
td.TdClassName
{
border-color: #14E85B;
}
.TagClassName
{
border-color: #14E85B;
}
</style>