Shades of Malachite #14F168
Tints of Malachite #14F168
RGB
CMYK
RGB Variations
Color information
#14F168 (or 0x14F168) is known color: Malachite. HEX triplet: 14, F1 and 68. RGB value is (20,241,104). Sum of RGB (Red+Green+Blue) = 20+241+104=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 241 (94.53% from 255 or 66.03% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 241 - color contains mainly: green. Hex color #14F168 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F168 is #EB0E97. Grayscale: #9F9F9F. Windows color (decimal): -15404696 or 6877460. OLE color: 6877460.
HSL color Cylindrical-coordinate representation of color #14F168: hue angle of 142.81º 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 #14F168 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 104 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.05 |
| HSL | 142.81º | 0.89% | 0.51% | - |
| HSV(B) | 142.81º | 0.92% | 0.95% | - |
| XYZ | 34.24 | 64.06 | 23.66 | - |
| YUV | 159.3 | 96.78 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 104 | 0.92 | 0 | 0.57 | 0.05 | 142.81 | 0.89 | 0.51 |
| Hex | 14 | F1 | 68 | 5C | 0 | 39 | 5 | 8F | 59 | 33 |
| Octal | 24 | 361 | 150 | 134 | 0 | 71 | 5 | 217 | 131 | 63 |
| Binary | 10100 | 11110001 | 1101000 | 1011100 | 0 | 111001 | 101 | 10001111 | 1011001 | 110011 |
Color Harmonies of #14F168
Complementary color
Monochromatic Colors of #14F168
Black with #14F168
Text Example
Text Example
White with #14F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F168; }
p { color: rgb(20,241,104); }
H1.HeaderClassName
{
color: #14F168;
}
.AnyTagClassName
{
color: #14F168;
}
</style>
background-color css
<style>
a { background-color: #14F168; }
a { background-color: rgb(20,241,104); }
div.DivClassName
{
background-color: #14F168;
}
.BgClassName
{
background-color: #14F168;
}
</style>
border-color css
<style>
span { border-color: #14F168; }
span { border-color: rgb(20,241,104); }
td.TdClassName
{
border-color: #14F168;
}
.TagClassName
{
border-color: #14F168;
}
</style>