Shades of Malachite #14F639
Tints of Malachite #14F639
RGB
CMYK
RGB Variations
Color information
#14F639 (or 0x14F639) is known color: Malachite. HEX triplet: 14, F6 and 39. RGB value is (20,246,57). Sum of RGB (Red+Green+Blue) = 20+246+57=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 246 (96.48% from 255 or 76.16% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 246 - color contains mainly: green. Hex color #14F639 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F639 is #EB09C6. Grayscale: #9D9D9D. Windows color (decimal): -15403463 or 3798548. OLE color: 3798548.
HSL color Cylindrical-coordinate representation of color #14F639: hue angle of 129.82º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F639 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 246 | 57 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.04 |
| HSL | 129.82º | 0.93% | 0.52% | - |
| HSV(B) | 129.82º | 0.92% | 0.96% | - |
| XYZ | 33.98 | 66.36 | 14.89 | - |
| YUV | 156.88 | 71.63 | 30.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 246 | 57 | 0.92 | 0 | 0.77 | 0.04 | 129.82 | 0.93 | 0.52 |
| Hex | 14 | F6 | 39 | 5C | 0 | 4D | 4 | 82 | 5D | 34 |
| Octal | 24 | 366 | 71 | 134 | 0 | 115 | 4 | 202 | 135 | 64 |
| Binary | 10100 | 11110110 | 111001 | 1011100 | 0 | 1001101 | 100 | 10000010 | 1011101 | 110100 |
Color Harmonies of #14F639
Complementary color
Monochromatic Colors of #14F639
Black with #14F639
Text Example
Text Example
White with #14F639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F639; }
p { color: rgb(20,246,57); }
H1.HeaderClassName
{
color: #14F639;
}
.AnyTagClassName
{
color: #14F639;
}
</style>
background-color css
<style>
a { background-color: #14F639; }
a { background-color: rgb(20,246,57); }
div.DivClassName
{
background-color: #14F639;
}
.BgClassName
{
background-color: #14F639;
}
</style>
border-color css
<style>
span { border-color: #14F639; }
span { border-color: rgb(20,246,57); }
td.TdClassName
{
border-color: #14F639;
}
.TagClassName
{
border-color: #14F639;
}
</style>