Shades of Malachite #14F463
Tints of Malachite #14F463
RGB
CMYK
RGB Variations
Color information
#14F463 (or 0x14F463) is known color: Malachite. HEX triplet: 14, F4 and 63. RGB value is (20,244,99). Sum of RGB (Red+Green+Blue) = 20+244+99=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 244 (95.70% from 255 or 67.22% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 244 - color contains mainly: green. Hex color #14F463 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F463 is #EB0B9C. Grayscale: #A0A0A0. Windows color (decimal): -15403933 or 6550548. OLE color: 6550548.
HSL color Cylindrical-coordinate representation of color #14F463: hue angle of 141.16º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F463 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 244 | 99 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.04 |
| HSL | 141.16º | 0.91% | 0.52% | - |
| HSV(B) | 141.16º | 0.92% | 0.96% | - |
| XYZ | 34.89 | 65.75 | 22.66 | - |
| YUV | 160.49 | 93.29 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 244 | 99 | 0.92 | 0 | 0.59 | 0.04 | 141.16 | 0.91 | 0.52 |
| Hex | 14 | F4 | 63 | 5C | 0 | 3B | 4 | 8D | 5B | 34 |
| Octal | 24 | 364 | 143 | 134 | 0 | 73 | 4 | 215 | 133 | 64 |
| Binary | 10100 | 11110100 | 1100011 | 1011100 | 0 | 111011 | 100 | 10001101 | 1011011 | 110100 |
Color Harmonies of #14F463
Complementary color
Monochromatic Colors of #14F463
Black with #14F463
Text Example
Text Example
White with #14F463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F463; }
p { color: rgb(20,244,99); }
H1.HeaderClassName
{
color: #14F463;
}
.AnyTagClassName
{
color: #14F463;
}
</style>
background-color css
<style>
a { background-color: #14F463; }
a { background-color: rgb(20,244,99); }
div.DivClassName
{
background-color: #14F463;
}
.BgClassName
{
background-color: #14F463;
}
</style>
border-color css
<style>
span { border-color: #14F463; }
span { border-color: rgb(20,244,99); }
td.TdClassName
{
border-color: #14F463;
}
.TagClassName
{
border-color: #14F463;
}
</style>