Shades of Malachite #14E255
Tints of Malachite #14E255
RGB
CMYK
RGB Variations
Color information
#14E255 (or 0x14E255) is known color: Malachite. HEX triplet: 14, E2 and 55. RGB value is (20,226,85). Sum of RGB (Red+Green+Blue) = 20+226+85=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 226 (88.67% from 255 or 68.28% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 226 - color contains mainly: green. Hex color #14E255 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E255 is #EB1DAA. Grayscale: #949494. Windows color (decimal): -15408555 or 5628436. OLE color: 5628436.
HSL color Cylindrical-coordinate representation of color #14E255: hue angle of 138.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E255 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 226 | 85 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.11 |
| HSL | 138.93º | 0.84% | 0.48% | - |
| HSV(B) | 138.93º | 0.91% | 0.89% | - |
| XYZ | 29.12 | 55.2 | 17.71 | - |
| YUV | 148.33 | 92.25 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 226 | 85 | 0.91 | 0 | 0.62 | 0.11 | 138.93 | 0.84 | 0.48 |
| Hex | 14 | E2 | 55 | 5B | 0 | 3E | B | 8B | 54 | 30 |
| Octal | 24 | 342 | 125 | 133 | 0 | 76 | 13 | 213 | 124 | 60 |
| Binary | 10100 | 11100010 | 1010101 | 1011011 | 0 | 111110 | 1011 | 10001011 | 1010100 | 110000 |
Color Harmonies of #14E255
Complementary color
Monochromatic Colors of #14E255
Black with #14E255
Text Example
Text Example
White with #14E255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E255; }
p { color: rgb(20,226,85); }
H1.HeaderClassName
{
color: #14E255;
}
.AnyTagClassName
{
color: #14E255;
}
</style>
background-color css
<style>
a { background-color: #14E255; }
a { background-color: rgb(20,226,85); }
div.DivClassName
{
background-color: #14E255;
}
.BgClassName
{
background-color: #14E255;
}
</style>
border-color css
<style>
span { border-color: #14E255; }
span { border-color: rgb(20,226,85); }
td.TdClassName
{
border-color: #14E255;
}
.TagClassName
{
border-color: #14E255;
}
</style>