Shades of Malachite #14F165
Tints of Malachite #14F165
RGB
CMYK
RGB Variations
Color information
#14F165 (or 0x14F165) is known color: Malachite. HEX triplet: 14, F1 and 65. RGB value is (20,241,101). Sum of RGB (Red+Green+Blue) = 20+241+101=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 241 (94.53% from 255 or 66.57% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 241 - color contains mainly: green. Hex color #14F165 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F165 is #EB0E9A. Grayscale: #9F9F9F. Windows color (decimal): -15404699 or 6680852. OLE color: 6680852.
HSL color Cylindrical-coordinate representation of color #14F165: hue angle of 141.99º 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 #14F165 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 101 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.05 |
| HSL | 141.99º | 0.89% | 0.51% | - |
| HSV(B) | 141.99º | 0.92% | 0.95% | - |
| XYZ | 34.09 | 64 | 22.87 | - |
| YUV | 158.96 | 95.28 | 28.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 101 | 0.92 | 0 | 0.58 | 0.05 | 141.99 | 0.89 | 0.51 |
| Hex | 14 | F1 | 65 | 5C | 0 | 3A | 5 | 8E | 59 | 33 |
| Octal | 24 | 361 | 145 | 134 | 0 | 72 | 5 | 216 | 131 | 63 |
| Binary | 10100 | 11110001 | 1100101 | 1011100 | 0 | 111010 | 101 | 10001110 | 1011001 | 110011 |
Color Harmonies of #14F165
Complementary color
Monochromatic Colors of #14F165
Black with #14F165
Text Example
Text Example
White with #14F165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F165; }
p { color: rgb(20,241,101); }
H1.HeaderClassName
{
color: #14F165;
}
.AnyTagClassName
{
color: #14F165;
}
</style>
background-color css
<style>
a { background-color: #14F165; }
a { background-color: rgb(20,241,101); }
div.DivClassName
{
background-color: #14F165;
}
.BgClassName
{
background-color: #14F165;
}
</style>
border-color css
<style>
span { border-color: #14F165; }
span { border-color: rgb(20,241,101); }
td.TdClassName
{
border-color: #14F165;
}
.TagClassName
{
border-color: #14F165;
}
</style>