Shades of Malachite #14F367
Tints of Malachite #14F367
RGB
CMYK
RGB Variations
Color information
#14F367 (or 0x14F367) is known color: Malachite. HEX triplet: 14, F3 and 67. RGB value is (20,243,103). Sum of RGB (Red+Green+Blue) = 20+243+103=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 243 (95.31% from 255 or 66.39% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 243 - color contains mainly: green. Hex color #14F367 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F367 is #EB0C98. Grayscale: #A0A0A0. Windows color (decimal): -15404185 or 6812436. OLE color: 6812436.
HSL color Cylindrical-coordinate representation of color #14F367: hue angle of 142.33º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F367 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 103 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.05 |
| HSL | 142.33º | 0.9% | 0.52% | - |
| HSV(B) | 142.33º | 0.92% | 0.95% | - |
| XYZ | 34.79 | 65.23 | 23.59 | - |
| YUV | 160.36 | 95.62 | 27.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 103 | 0.92 | 0 | 0.58 | 0.05 | 142.33 | 0.9 | 0.52 |
| Hex | 14 | F3 | 67 | 5C | 0 | 3A | 5 | 8E | 5A | 34 |
| Octal | 24 | 363 | 147 | 134 | 0 | 72 | 5 | 216 | 132 | 64 |
| Binary | 10100 | 11110011 | 1100111 | 1011100 | 0 | 111010 | 101 | 10001110 | 1011010 | 110100 |
Color Harmonies of #14F367
Complementary color
Monochromatic Colors of #14F367
Black with #14F367
Text Example
Text Example
White with #14F367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F367; }
p { color: rgb(20,243,103); }
H1.HeaderClassName
{
color: #14F367;
}
.AnyTagClassName
{
color: #14F367;
}
</style>
background-color css
<style>
a { background-color: #14F367; }
a { background-color: rgb(20,243,103); }
div.DivClassName
{
background-color: #14F367;
}
.BgClassName
{
background-color: #14F367;
}
</style>
border-color css
<style>
span { border-color: #14F367; }
span { border-color: rgb(20,243,103); }
td.TdClassName
{
border-color: #14F367;
}
.TagClassName
{
border-color: #14F367;
}
</style>