Shades of Malachite #14E152
Tints of Malachite #14E152
RGB
CMYK
RGB Variations
Color information
#14E152 (or 0x14E152) is known color: Malachite. HEX triplet: 14, E1 and 52. RGB value is (20,225,82). Sum of RGB (Red+Green+Blue) = 20+225+82=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #14E152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E152 is #EB1EAD. Grayscale: #939393. Windows color (decimal): -15408814 or 5431572. OLE color: 5431572.
HSL color Cylindrical-coordinate representation of color #14E152: hue angle of 138.15º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E152 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 82 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.12 |
| HSL | 138.15º | 0.84% | 0.48% | - |
| HSV(B) | 138.15º | 0.91% | 0.88% | - |
| XYZ | 28.74 | 54.61 | 17.01 | - |
| YUV | 147.4 | 91.08 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 82 | 0.91 | 0 | 0.64 | 0.12 | 138.15 | 0.84 | 0.48 |
| Hex | 14 | E1 | 52 | 5B | 0 | 40 | C | 8A | 54 | 30 |
| Octal | 24 | 341 | 122 | 133 | 0 | 100 | 14 | 212 | 124 | 60 |
| Binary | 10100 | 11100001 | 1010010 | 1011011 | 0 | 1000000 | 1100 | 10001010 | 1010100 | 110000 |
Color Harmonies of #14E152
Complementary color
Monochromatic Colors of #14E152
Black with #14E152
Text Example
Text Example
White with #14E152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E152; }
p { color: rgb(20,225,82); }
H1.HeaderClassName
{
color: #14E152;
}
.AnyTagClassName
{
color: #14E152;
}
</style>
background-color css
<style>
a { background-color: #14E152; }
a { background-color: rgb(20,225,82); }
div.DivClassName
{
background-color: #14E152;
}
.BgClassName
{
background-color: #14E152;
}
</style>
border-color css
<style>
span { border-color: #14E152; }
span { border-color: rgb(20,225,82); }
td.TdClassName
{
border-color: #14E152;
}
.TagClassName
{
border-color: #14E152;
}
</style>