Shades of Malachite #14EE62
Tints of Malachite #14EE62
RGB
CMYK
RGB Variations
Color information
#14EE62 (or 0x14EE62) is known color: Malachite. HEX triplet: 14, EE and 62. RGB value is (20,238,98). Sum of RGB (Red+Green+Blue) = 20+238+98=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 238 (93.36% from 255 or 66.85% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE62 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EE62 is #EB119D. Grayscale: #9D9D9D. Windows color (decimal): -15405470 or 6483476. OLE color: 6483476.
HSL color Cylindrical-coordinate representation of color #14EE62: hue angle of 141.47º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EE62 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 98 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.07 |
| HSL | 141.47º | 0.87% | 0.51% | - |
| HSV(B) | 141.47º | 0.92% | 0.93% | - |
| XYZ | 33.07 | 62.18 | 21.81 | - |
| YUV | 156.86 | 94.78 | 30.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 98 | 0.92 | 0 | 0.59 | 0.07 | 141.47 | 0.87 | 0.51 |
| Hex | 14 | EE | 62 | 5C | 0 | 3B | 7 | 8D | 57 | 33 |
| Octal | 24 | 356 | 142 | 134 | 0 | 73 | 7 | 215 | 127 | 63 |
| Binary | 10100 | 11101110 | 1100010 | 1011100 | 0 | 111011 | 111 | 10001101 | 1010111 | 110011 |
Color Harmonies of #14EE62
Complementary color
Monochromatic Colors of #14EE62
Black with #14EE62
Text Example
Text Example
White with #14EE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EE62; }
p { color: rgb(20,238,98); }
H1.HeaderClassName
{
color: #14EE62;
}
.AnyTagClassName
{
color: #14EE62;
}
</style>
background-color css
<style>
a { background-color: #14EE62; }
a { background-color: rgb(20,238,98); }
div.DivClassName
{
background-color: #14EE62;
}
.BgClassName
{
background-color: #14EE62;
}
</style>
border-color css
<style>
span { border-color: #14EE62; }
span { border-color: rgb(20,238,98); }
td.TdClassName
{
border-color: #14EE62;
}
.TagClassName
{
border-color: #14EE62;
}
</style>