Shades of Malachite #14F062
Tints of Malachite #14F062
RGB
CMYK
RGB Variations
Color information
#14F062 (or 0x14F062) is known color: Malachite. HEX triplet: 14, F0 and 62. RGB value is (20,240,98). Sum of RGB (Red+Green+Blue) = 20+240+98=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 240 (94.14% from 255 or 67.04% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 240 - color contains mainly: green. Hex color #14F062 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F062 is #EB0F9D. Grayscale: #9E9E9E. Windows color (decimal): -15404958 or 6483988. OLE color: 6483988.
HSL color Cylindrical-coordinate representation of color #14F062: hue angle of 141.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F062 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 98 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.06 |
| HSL | 141.27º | 0.88% | 0.51% | - |
| HSV(B) | 141.27º | 0.92% | 0.94% | - |
| XYZ | 33.65 | 63.35 | 22.01 | - |
| YUV | 158.03 | 94.11 | 29.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 98 | 0.92 | 0 | 0.59 | 0.06 | 141.27 | 0.88 | 0.51 |
| Hex | 14 | F0 | 62 | 5C | 0 | 3B | 6 | 8D | 58 | 33 |
| Octal | 24 | 360 | 142 | 134 | 0 | 73 | 6 | 215 | 130 | 63 |
| Binary | 10100 | 11110000 | 1100010 | 1011100 | 0 | 111011 | 110 | 10001101 | 1011000 | 110011 |
Color Harmonies of #14F062
Complementary color
Monochromatic Colors of #14F062
Black with #14F062
Text Example
Text Example
White with #14F062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F062; }
p { color: rgb(20,240,98); }
H1.HeaderClassName
{
color: #14F062;
}
.AnyTagClassName
{
color: #14F062;
}
</style>
background-color css
<style>
a { background-color: #14F062; }
a { background-color: rgb(20,240,98); }
div.DivClassName
{
background-color: #14F062;
}
.BgClassName
{
background-color: #14F062;
}
</style>
border-color css
<style>
span { border-color: #14F062; }
span { border-color: rgb(20,240,98); }
td.TdClassName
{
border-color: #14F062;
}
.TagClassName
{
border-color: #14F062;
}
</style>