Shades of Malachite #14F268
Tints of Malachite #14F268
RGB
CMYK
RGB Variations
Color information
#14F268 (or 0x14F268) is known color: Malachite. HEX triplet: 14, F2 and 68. RGB value is (20,242,104). Sum of RGB (Red+Green+Blue) = 20+242+104=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #14F268 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F268 is #EB0D97. Grayscale: #A0A0A0. Windows color (decimal): -15404440 or 6877716. OLE color: 6877716.
HSL color Cylindrical-coordinate representation of color #14F268: hue angle of 142.7º 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 #14F268 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 104 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.05 |
| HSL | 142.7º | 0.9% | 0.51% | - |
| HSV(B) | 142.7º | 0.92% | 0.95% | - |
| XYZ | 34.54 | 64.65 | 23.76 | - |
| YUV | 159.89 | 96.45 | 28.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 104 | 0.92 | 0 | 0.57 | 0.05 | 142.7 | 0.9 | 0.51 |
| Hex | 14 | F2 | 68 | 5C | 0 | 39 | 5 | 8F | 5A | 33 |
| Octal | 24 | 362 | 150 | 134 | 0 | 71 | 5 | 217 | 132 | 63 |
| Binary | 10100 | 11110010 | 1101000 | 1011100 | 0 | 111001 | 101 | 10001111 | 1011010 | 110011 |
Color Harmonies of #14F268
Complementary color
Monochromatic Colors of #14F268
Black with #14F268
Text Example
Text Example
White with #14F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F268; }
p { color: rgb(20,242,104); }
H1.HeaderClassName
{
color: #14F268;
}
.AnyTagClassName
{
color: #14F268;
}
</style>
background-color css
<style>
a { background-color: #14F268; }
a { background-color: rgb(20,242,104); }
div.DivClassName
{
background-color: #14F268;
}
.BgClassName
{
background-color: #14F268;
}
</style>
border-color css
<style>
span { border-color: #14F268; }
span { border-color: rgb(20,242,104); }
td.TdClassName
{
border-color: #14F268;
}
.TagClassName
{
border-color: #14F268;
}
</style>