Shades of Malachite #14E66B
Tints of Malachite #14E66B
RGB
CMYK
RGB Variations
Color information
#14E66B (or 0x14E66B) is known color: Malachite. HEX triplet: 14, E6 and 6B. RGB value is (20,230,107). Sum of RGB (Red+Green+Blue) = 20+230+107=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 230 (90.23% from 255 or 64.43% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 230 - color contains mainly: green. Hex color #14E66B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E66B is #EB1994. Grayscale: #999999. Windows color (decimal): -15407509 or 7071252. OLE color: 7071252.
HSL color Cylindrical-coordinate representation of color #14E66B: hue angle of 144.86º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E66B is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 230 | 107 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.10 |
| HSL | 144.86º | 0.84% | 0.49% | - |
| HSV(B) | 144.86º | 0.91% | 0.9% | - |
| XYZ | 31.24 | 57.8 | 23.42 | - |
| YUV | 153.19 | 101.93 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 230 | 107 | 0.91 | 0 | 0.53 | 0.10 | 144.86 | 0.84 | 0.49 |
| Hex | 14 | E6 | 6B | 5B | 0 | 35 | A | 91 | 54 | 31 |
| Octal | 24 | 346 | 153 | 133 | 0 | 65 | 12 | 221 | 124 | 61 |
| Binary | 10100 | 11100110 | 1101011 | 1011011 | 0 | 110101 | 1010 | 10010001 | 1010100 | 110001 |
Color Harmonies of #14E66B
Complementary color
Monochromatic Colors of #14E66B
Black with #14E66B
Text Example
Text Example
White with #14E66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E66B; }
p { color: rgb(20,230,107); }
H1.HeaderClassName
{
color: #14E66B;
}
.AnyTagClassName
{
color: #14E66B;
}
</style>
background-color css
<style>
a { background-color: #14E66B; }
a { background-color: rgb(20,230,107); }
div.DivClassName
{
background-color: #14E66B;
}
.BgClassName
{
background-color: #14E66B;
}
</style>
border-color css
<style>
span { border-color: #14E66B; }
span { border-color: rgb(20,230,107); }
td.TdClassName
{
border-color: #14E66B;
}
.TagClassName
{
border-color: #14E66B;
}
</style>