Shades of Malachite #14F139
Tints of Malachite #14F139
RGB
CMYK
RGB Variations
Color information
#14F139 (or 0x14F139) is known color: Malachite. HEX triplet: 14, F1 and 39. RGB value is (20,241,57). Sum of RGB (Red+Green+Blue) = 20+241+57=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 241 (94.53% from 255 or 75.79% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 241 - color contains mainly: green. Hex color #14F139 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F139 is #EB0EC6. Grayscale: #9A9A9A. Windows color (decimal): -15404743 or 3797268. OLE color: 3797268.
HSL color Cylindrical-coordinate representation of color #14F139: hue angle of 130.05º 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 #14F139 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 57 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.05 |
| HSL | 130.05º | 0.89% | 0.51% | - |
| HSV(B) | 130.05º | 0.92% | 0.95% | - |
| XYZ | 32.48 | 63.35 | 14.39 | - |
| YUV | 153.95 | 73.28 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 57 | 0.92 | 0 | 0.76 | 0.05 | 130.05 | 0.89 | 0.51 |
| Hex | 14 | F1 | 39 | 5C | 0 | 4C | 5 | 82 | 59 | 33 |
| Octal | 24 | 361 | 71 | 134 | 0 | 114 | 5 | 202 | 131 | 63 |
| Binary | 10100 | 11110001 | 111001 | 1011100 | 0 | 1001100 | 101 | 10000010 | 1011001 | 110011 |
Color Harmonies of #14F139
Complementary color
Monochromatic Colors of #14F139
Black with #14F139
Text Example
Text Example
White with #14F139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F139; }
p { color: rgb(20,241,57); }
H1.HeaderClassName
{
color: #14F139;
}
.AnyTagClassName
{
color: #14F139;
}
</style>
background-color css
<style>
a { background-color: #14F139; }
a { background-color: rgb(20,241,57); }
div.DivClassName
{
background-color: #14F139;
}
.BgClassName
{
background-color: #14F139;
}
</style>
border-color css
<style>
span { border-color: #14F139; }
span { border-color: rgb(20,241,57); }
td.TdClassName
{
border-color: #14F139;
}
.TagClassName
{
border-color: #14F139;
}
</style>