Shades of Malachite #14F150
Tints of Malachite #14F150
RGB
CMYK
RGB Variations
Color information
#14F150 (or 0x14F150) is known color: Malachite. HEX triplet: 14, F1 and 50. RGB value is (20,241,80). Sum of RGB (Red+Green+Blue) = 20+241+80=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #14F150 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F150 is #EB0EAF. Grayscale: #9C9C9C. Windows color (decimal): -15404720 or 5304596. OLE color: 5304596.
HSL color Cylindrical-coordinate representation of color #14F150: hue angle of 136.29º degrees, saturation: 0.89, 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 #14F150 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 80 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.05 |
| HSL | 136.29º | 0.89% | 0.51% | - |
| HSV(B) | 136.29º | 0.92% | 0.95% | - |
| XYZ | 33.19 | 63.64 | 18.12 | - |
| YUV | 156.57 | 84.78 | 30.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 80 | 0.92 | 0 | 0.67 | 0.05 | 136.29 | 0.89 | 0.51 |
| Hex | 14 | F1 | 50 | 5C | 0 | 43 | 5 | 88 | 59 | 33 |
| Octal | 24 | 361 | 120 | 134 | 0 | 103 | 5 | 210 | 131 | 63 |
| Binary | 10100 | 11110001 | 1010000 | 1011100 | 0 | 1000011 | 101 | 10001000 | 1011001 | 110011 |
Color Harmonies of #14F150
Complementary color
Monochromatic Colors of #14F150
Black with #14F150
Text Example
Text Example
White with #14F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F150; }
p { color: rgb(20,241,80); }
H1.HeaderClassName
{
color: #14F150;
}
.AnyTagClassName
{
color: #14F150;
}
</style>
background-color css
<style>
a { background-color: #14F150; }
a { background-color: rgb(20,241,80); }
div.DivClassName
{
background-color: #14F150;
}
.BgClassName
{
background-color: #14F150;
}
</style>
border-color css
<style>
span { border-color: #14F150; }
span { border-color: rgb(20,241,80); }
td.TdClassName
{
border-color: #14F150;
}
.TagClassName
{
border-color: #14F150;
}
</style>