Shades of Malachite #14F963
Tints of Malachite #14F963
RGB
CMYK
RGB Variations
Color information
#14F963 (or 0x14F963) is known color: Malachite. HEX triplet: 14, F9 and 63. RGB value is (20,249,99). Sum of RGB (Red+Green+Blue) = 20+249+99=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 249 (97.66% from 255 or 67.66% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 249 - color contains mainly: green. Hex color #14F963 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F963 is #EB069C. Grayscale: #A3A3A3. Windows color (decimal): -15402653 or 6551828. OLE color: 6551828.
HSL color Cylindrical-coordinate representation of color #14F963: hue angle of 140.7º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F963 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 249 | 99 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.02 |
| HSL | 140.7º | 0.95% | 0.53% | - |
| HSV(B) | 140.7º | 0.92% | 0.98% | - |
| XYZ | 36.42 | 68.8 | 23.16 | - |
| YUV | 163.43 | 91.63 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 249 | 99 | 0.92 | 0 | 0.60 | 0.02 | 140.7 | 0.95 | 0.53 |
| Hex | 14 | F9 | 63 | 5C | 0 | 3C | 2 | 8D | 5F | 35 |
| Octal | 24 | 371 | 143 | 134 | 0 | 74 | 2 | 215 | 137 | 65 |
| Binary | 10100 | 11111001 | 1100011 | 1011100 | 0 | 111100 | 10 | 10001101 | 1011111 | 110101 |
Color Harmonies of #14F963
Complementary color
Monochromatic Colors of #14F963
Black with #14F963
Text Example
Text Example
White with #14F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F963; }
p { color: rgb(20,249,99); }
H1.HeaderClassName
{
color: #14F963;
}
.AnyTagClassName
{
color: #14F963;
}
</style>
background-color css
<style>
a { background-color: #14F963; }
a { background-color: rgb(20,249,99); }
div.DivClassName
{
background-color: #14F963;
}
.BgClassName
{
background-color: #14F963;
}
</style>
border-color css
<style>
span { border-color: #14F963; }
span { border-color: rgb(20,249,99); }
td.TdClassName
{
border-color: #14F963;
}
.TagClassName
{
border-color: #14F963;
}
</style>