Shades of Malachite #14F239
Tints of Malachite #14F239
RGB
CMYK
RGB Variations
Color information
#14F239 (or 0x14F239) is known color: Malachite. HEX triplet: 14, F2 and 39. RGB value is (20,242,57). Sum of RGB (Red+Green+Blue) = 20+242+57=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 242 (94.92% from 255 or 75.86% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 242 - color contains mainly: green. Hex color #14F239 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F239 is #EB0DC6. Grayscale: #9B9B9B. Windows color (decimal): -15404487 or 3797524. OLE color: 3797524.
HSL color Cylindrical-coordinate representation of color #14F239: hue angle of 130º 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 #14F239 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 57 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.05 |
| HSL | 130º | 0.9% | 0.51% | - |
| HSV(B) | 130º | 0.92% | 0.95% | - |
| XYZ | 32.78 | 63.95 | 14.49 | - |
| YUV | 154.53 | 72.95 | 32.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 57 | 0.92 | 0 | 0.76 | 0.05 | 130 | 0.9 | 0.51 |
| Hex | 14 | F2 | 39 | 5C | 0 | 4C | 5 | 82 | 5A | 33 |
| Octal | 24 | 362 | 71 | 134 | 0 | 114 | 5 | 202 | 132 | 63 |
| Binary | 10100 | 11110010 | 111001 | 1011100 | 0 | 1001100 | 101 | 10000010 | 1011010 | 110011 |
Color Harmonies of #14F239
Complementary color
Monochromatic Colors of #14F239
Black with #14F239
Text Example
Text Example
White with #14F239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F239; }
p { color: rgb(20,242,57); }
H1.HeaderClassName
{
color: #14F239;
}
.AnyTagClassName
{
color: #14F239;
}
</style>
background-color css
<style>
a { background-color: #14F239; }
a { background-color: rgb(20,242,57); }
div.DivClassName
{
background-color: #14F239;
}
.BgClassName
{
background-color: #14F239;
}
</style>
border-color css
<style>
span { border-color: #14F239; }
span { border-color: rgb(20,242,57); }
td.TdClassName
{
border-color: #14F239;
}
.TagClassName
{
border-color: #14F239;
}
</style>