Shades of Malachite #14E949
Tints of Malachite #14E949
RGB
CMYK
RGB Variations
Color information
#14E949 (or 0x14E949) is known color: Malachite. HEX triplet: 14, E9 and 49. RGB value is (20,233,73). Sum of RGB (Red+Green+Blue) = 20+233+73=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 233 (91.41% from 255 or 71.47% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 233 - color contains mainly: green. Hex color #14E949 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14E949 is #EB16B6. Grayscale: #979797. Windows color (decimal): -15406775 or 4843796. OLE color: 4843796.
HSL color Cylindrical-coordinate representation of color #14E949: hue angle of 134.93º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E949 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 233 | 73 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.09 |
| HSL | 134.93º | 0.84% | 0.5% | - |
| HSV(B) | 134.93º | 0.91% | 0.91% | - |
| XYZ | 30.63 | 58.91 | 16.06 | - |
| YUV | 151.07 | 83.93 | 34.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 73 | 0.91 | 0 | 0.69 | 0.09 | 134.93 | 0.84 | 0.5 |
| Hex | 14 | E9 | 49 | 5B | 0 | 45 | 9 | 87 | 54 | 32 |
| Octal | 24 | 351 | 111 | 133 | 0 | 105 | 11 | 207 | 124 | 62 |
| Binary | 10100 | 11101001 | 1001001 | 1011011 | 0 | 1000101 | 1001 | 10000111 | 1010100 | 110010 |
Color Harmonies of #14E949
Complementary color
Monochromatic Colors of #14E949
Black with #14E949
Text Example
Text Example
White with #14E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E949; }
p { color: rgb(20,233,73); }
H1.HeaderClassName
{
color: #14E949;
}
.AnyTagClassName
{
color: #14E949;
}
</style>
background-color css
<style>
a { background-color: #14E949; }
a { background-color: rgb(20,233,73); }
div.DivClassName
{
background-color: #14E949;
}
.BgClassName
{
background-color: #14E949;
}
</style>
border-color css
<style>
span { border-color: #14E949; }
span { border-color: rgb(20,233,73); }
td.TdClassName
{
border-color: #14E949;
}
.TagClassName
{
border-color: #14E949;
}
</style>