Shades of Malachite #14E954
Tints of Malachite #14E954
RGB
CMYK
RGB Variations
Color information
#14E954 (or 0x14E954) is known color: Malachite. HEX triplet: 14, E9 and 54. RGB value is (20,233,84). Sum of RGB (Red+Green+Blue) = 20+233+84=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 233 (91.41% from 255 or 69.14% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 233 - color contains mainly: green. Hex color #14E954 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E954 is #EB16AB. Grayscale: #989898. Windows color (decimal): -15406764 or 5564692. OLE color: 5564692.
HSL color Cylindrical-coordinate representation of color #14E954: hue angle of 138.03º 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 #14E954 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 233 | 84 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.09 |
| HSL | 138.03º | 0.84% | 0.5% | - |
| HSV(B) | 138.03º | 0.91% | 0.91% | - |
| XYZ | 31.03 | 59.07 | 18.15 | - |
| YUV | 152.33 | 89.43 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 84 | 0.91 | 0 | 0.64 | 0.09 | 138.03 | 0.84 | 0.5 |
| Hex | 14 | E9 | 54 | 5B | 0 | 40 | 9 | 8A | 54 | 32 |
| Octal | 24 | 351 | 124 | 133 | 0 | 100 | 11 | 212 | 124 | 62 |
| Binary | 10100 | 11101001 | 1010100 | 1011011 | 0 | 1000000 | 1001 | 10001010 | 1010100 | 110010 |
Color Harmonies of #14E954
Complementary color
Monochromatic Colors of #14E954
Black with #14E954
Text Example
Text Example
White with #14E954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E954; }
p { color: rgb(20,233,84); }
H1.HeaderClassName
{
color: #14E954;
}
.AnyTagClassName
{
color: #14E954;
}
</style>
background-color css
<style>
a { background-color: #14E954; }
a { background-color: rgb(20,233,84); }
div.DivClassName
{
background-color: #14E954;
}
.BgClassName
{
background-color: #14E954;
}
</style>
border-color css
<style>
span { border-color: #14E954; }
span { border-color: rgb(20,233,84); }
td.TdClassName
{
border-color: #14E954;
}
.TagClassName
{
border-color: #14E954;
}
</style>