Shades of Malachite #14F946
Tints of Malachite #14F946
RGB
CMYK
RGB Variations
Color information
#14F946 (or 0x14F946) is known color: Malachite. HEX triplet: 14, F9 and 46. RGB value is (20,249,70). Sum of RGB (Red+Green+Blue) = 20+249+70=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 249 (97.66% from 255 or 73.45% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 249 - color contains mainly: green. Hex color #14F946 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F946 is #EB06B9. Grayscale: #A0A0A0. Windows color (decimal): -15402682 or 4651284. OLE color: 4651284.
HSL color Cylindrical-coordinate representation of color #14F946: hue angle of 133.1º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F946 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 249 | 70 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.02 |
| HSL | 133.1º | 0.95% | 0.53% | - |
| HSV(B) | 133.1º | 0.92% | 0.98% | - |
| XYZ | 35.27 | 68.34 | 17.13 | - |
| YUV | 160.12 | 77.13 | 28.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 249 | 70 | 0.92 | 0 | 0.72 | 0.02 | 133.1 | 0.95 | 0.53 |
| Hex | 14 | F9 | 46 | 5C | 0 | 48 | 2 | 85 | 5F | 35 |
| Octal | 24 | 371 | 106 | 134 | 0 | 110 | 2 | 205 | 137 | 65 |
| Binary | 10100 | 11111001 | 1000110 | 1011100 | 0 | 1001000 | 10 | 10000101 | 1011111 | 110101 |
Color Harmonies of #14F946
Complementary color
Monochromatic Colors of #14F946
Black with #14F946
Text Example
Text Example
White with #14F946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F946; }
p { color: rgb(20,249,70); }
H1.HeaderClassName
{
color: #14F946;
}
.AnyTagClassName
{
color: #14F946;
}
</style>
background-color css
<style>
a { background-color: #14F946; }
a { background-color: rgb(20,249,70); }
div.DivClassName
{
background-color: #14F946;
}
.BgClassName
{
background-color: #14F946;
}
</style>
border-color css
<style>
span { border-color: #14F946; }
span { border-color: rgb(20,249,70); }
td.TdClassName
{
border-color: #14F946;
}
.TagClassName
{
border-color: #14F946;
}
</style>