Shades of Malachite #14E237
Tints of Malachite #14E237
RGB
CMYK
RGB Variations
Color information
#14E237 (or 0x14E237) is known color: Malachite. HEX triplet: 14, E2 and 37. RGB value is (20,226,55). Sum of RGB (Red+Green+Blue) = 20+226+55=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 226 (88.67% from 255 or 75.08% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 226 - color contains mainly: green. Hex color #14E237 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E237 is #EB1DC8. Grayscale: #919191. Windows color (decimal): -15408585 or 3662356. OLE color: 3662356.
HSL color Cylindrical-coordinate representation of color #14E237: hue angle of 130.19º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E237 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 226 | 55 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.11 |
| HSL | 130.19º | 0.84% | 0.48% | - |
| HSV(B) | 130.19º | 0.91% | 0.89% | - |
| XYZ | 28.17 | 54.82 | 12.71 | - |
| YUV | 144.91 | 77.25 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 226 | 55 | 0.91 | 0 | 0.76 | 0.11 | 130.19 | 0.84 | 0.48 |
| Hex | 14 | E2 | 37 | 5B | 0 | 4C | B | 82 | 54 | 30 |
| Octal | 24 | 342 | 67 | 133 | 0 | 114 | 13 | 202 | 124 | 60 |
| Binary | 10100 | 11100010 | 110111 | 1011011 | 0 | 1001100 | 1011 | 10000010 | 1010100 | 110000 |
Color Harmonies of #14E237
Complementary color
Monochromatic Colors of #14E237
Black with #14E237
Text Example
Text Example
White with #14E237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E237; }
p { color: rgb(20,226,55); }
H1.HeaderClassName
{
color: #14E237;
}
.AnyTagClassName
{
color: #14E237;
}
</style>
background-color css
<style>
a { background-color: #14E237; }
a { background-color: rgb(20,226,55); }
div.DivClassName
{
background-color: #14E237;
}
.BgClassName
{
background-color: #14E237;
}
</style>
border-color css
<style>
span { border-color: #14E237; }
span { border-color: rgb(20,226,55); }
td.TdClassName
{
border-color: #14E237;
}
.TagClassName
{
border-color: #14E237;
}
</style>