Shades of Malachite #14FE5D
Tints of Malachite #14FE5D
RGB
CMYK
RGB Variations
Color information
#14FE5D (or 0x14FE5D) is known color: Malachite. HEX triplet: 14, FE and 5D. RGB value is (20,254,93). Sum of RGB (Red+Green+Blue) = 20+254+93=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 254 (99.61% from 255 or 69.21% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 254 - color contains mainly: green. Hex color #14FE5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FE5D is #EB01A2. Grayscale: #A6A6A6. Windows color (decimal): -15401379 or 6159892. OLE color: 6159892.
HSL color Cylindrical-coordinate representation of color #14FE5D: hue angle of 138.72º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FE5D is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 93 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.00 |
| HSL | 138.72º | 0.99% | 0.54% | - |
| HSV(B) | 138.72º | 0.92% | 1% | - |
| XYZ | 37.71 | 71.82 | 22.23 | - |
| YUV | 165.68 | 86.98 | 24.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 93 | 0.92 | 0 | 0.63 | 0.00 | 138.72 | 0.99 | 0.54 |
| Hex | 14 | FE | 5D | 5C | 0 | 3F | 0 | 8B | 63 | 36 |
| Octal | 24 | 376 | 135 | 134 | 0 | 77 | 0 | 213 | 143 | 66 |
| Binary | 10100 | 11111110 | 1011101 | 1011100 | 0 | 111111 | 0 | 10001011 | 1100011 | 110110 |
Color Harmonies of #14FE5D
Complementary color
Monochromatic Colors of #14FE5D
Black with #14FE5D
Text Example
Text Example
White with #14FE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FE5D; }
p { color: rgb(20,254,93); }
H1.HeaderClassName
{
color: #14FE5D;
}
.AnyTagClassName
{
color: #14FE5D;
}
</style>
background-color css
<style>
a { background-color: #14FE5D; }
a { background-color: rgb(20,254,93); }
div.DivClassName
{
background-color: #14FE5D;
}
.BgClassName
{
background-color: #14FE5D;
}
</style>
border-color css
<style>
span { border-color: #14FE5D; }
span { border-color: rgb(20,254,93); }
td.TdClassName
{
border-color: #14FE5D;
}
.TagClassName
{
border-color: #14FE5D;
}
</style>