Shades of Malachite #14E348
Tints of Malachite #14E348
RGB
CMYK
RGB Variations
Color information
#14E348 (or 0x14E348) is known color: Malachite. HEX triplet: 14, E3 and 48. RGB value is (20,227,72). Sum of RGB (Red+Green+Blue) = 20+227+72=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 227 (89.06% from 255 or 71.16% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 227 - color contains mainly: green. Hex color #14E348 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E348 is #EB1CB7. Grayscale: #939393. Windows color (decimal): -15408312 or 4776724. OLE color: 4776724.
HSL color Cylindrical-coordinate representation of color #14E348: hue angle of 135.07º 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 #14E348 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 227 | 72 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.11 |
| HSL | 135.07º | 0.84% | 0.48% | - |
| HSV(B) | 135.07º | 0.91% | 0.89% | - |
| XYZ | 28.93 | 55.55 | 15.33 | - |
| YUV | 147.44 | 85.42 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 227 | 72 | 0.91 | 0 | 0.68 | 0.11 | 135.07 | 0.84 | 0.48 |
| Hex | 14 | E3 | 48 | 5B | 0 | 44 | B | 87 | 54 | 30 |
| Octal | 24 | 343 | 110 | 133 | 0 | 104 | 13 | 207 | 124 | 60 |
| Binary | 10100 | 11100011 | 1001000 | 1011011 | 0 | 1000100 | 1011 | 10000111 | 1010100 | 110000 |
Color Harmonies of #14E348
Complementary color
Monochromatic Colors of #14E348
Black with #14E348
Text Example
Text Example
White with #14E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E348; }
p { color: rgb(20,227,72); }
H1.HeaderClassName
{
color: #14E348;
}
.AnyTagClassName
{
color: #14E348;
}
</style>
background-color css
<style>
a { background-color: #14E348; }
a { background-color: rgb(20,227,72); }
div.DivClassName
{
background-color: #14E348;
}
.BgClassName
{
background-color: #14E348;
}
</style>
border-color css
<style>
span { border-color: #14E348; }
span { border-color: rgb(20,227,72); }
td.TdClassName
{
border-color: #14E348;
}
.TagClassName
{
border-color: #14E348;
}
</style>