Shades of Malachite #14F254
Tints of Malachite #14F254
RGB
CMYK
RGB Variations
Color information
#14F254 (or 0x14F254) is known color: Malachite. HEX triplet: 14, F2 and 54. RGB value is (20,242,84). Sum of RGB (Red+Green+Blue) = 20+242+84=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #14F254 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F254 is #EB0DAB. Grayscale: #9E9E9E. Windows color (decimal): -15404460 or 5566996. OLE color: 5566996.
HSL color Cylindrical-coordinate representation of color #14F254: hue angle of 137.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F254 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 84 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.05 |
| HSL | 137.3º | 0.9% | 0.51% | - |
| HSV(B) | 137.3º | 0.92% | 0.95% | - |
| XYZ | 33.64 | 64.29 | 19.02 | - |
| YUV | 157.61 | 86.45 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 84 | 0.92 | 0 | 0.65 | 0.05 | 137.3 | 0.9 | 0.51 |
| Hex | 14 | F2 | 54 | 5C | 0 | 41 | 5 | 89 | 5A | 33 |
| Octal | 24 | 362 | 124 | 134 | 0 | 101 | 5 | 211 | 132 | 63 |
| Binary | 10100 | 11110010 | 1010100 | 1011100 | 0 | 1000001 | 101 | 10001001 | 1011010 | 110011 |
Color Harmonies of #14F254
Complementary color
Monochromatic Colors of #14F254
Black with #14F254
Text Example
Text Example
White with #14F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F254; }
p { color: rgb(20,242,84); }
H1.HeaderClassName
{
color: #14F254;
}
.AnyTagClassName
{
color: #14F254;
}
</style>
background-color css
<style>
a { background-color: #14F254; }
a { background-color: rgb(20,242,84); }
div.DivClassName
{
background-color: #14F254;
}
.BgClassName
{
background-color: #14F254;
}
</style>
border-color css
<style>
span { border-color: #14F254; }
span { border-color: rgb(20,242,84); }
td.TdClassName
{
border-color: #14F254;
}
.TagClassName
{
border-color: #14F254;
}
</style>