Shades of Malachite #14F73D
Tints of Malachite #14F73D
RGB
CMYK
RGB Variations
Color information
#14F73D (or 0x14F73D) is known color: Malachite. HEX triplet: 14, F7 and 3D. RGB value is (20,247,61). Sum of RGB (Red+Green+Blue) = 20+247+61=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 247 (96.88% from 255 or 75.30% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 247 - color contains mainly: green. Hex color #14F73D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F73D is #EB08C2. Grayscale: #9E9E9E. Windows color (decimal): -15403203 or 4060948. OLE color: 4060948.
HSL color Cylindrical-coordinate representation of color #14F73D: hue angle of 130.84º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F73D is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 247 | 61 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.03 |
| HSL | 130.84º | 0.93% | 0.52% | - |
| HSV(B) | 130.84º | 0.92% | 0.97% | - |
| XYZ | 34.39 | 67.01 | 15.54 | - |
| YUV | 157.92 | 73.29 | 29.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 247 | 61 | 0.92 | 0 | 0.75 | 0.03 | 130.84 | 0.93 | 0.52 |
| Hex | 14 | F7 | 3D | 5C | 0 | 4B | 3 | 83 | 5D | 34 |
| Octal | 24 | 367 | 75 | 134 | 0 | 113 | 3 | 203 | 135 | 64 |
| Binary | 10100 | 11110111 | 111101 | 1011100 | 0 | 1001011 | 11 | 10000011 | 1011101 | 110100 |
Color Harmonies of #14F73D
Complementary color
Monochromatic Colors of #14F73D
Black with #14F73D
Text Example
Text Example
White with #14F73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F73D; }
p { color: rgb(20,247,61); }
H1.HeaderClassName
{
color: #14F73D;
}
.AnyTagClassName
{
color: #14F73D;
}
</style>
background-color css
<style>
a { background-color: #14F73D; }
a { background-color: rgb(20,247,61); }
div.DivClassName
{
background-color: #14F73D;
}
.BgClassName
{
background-color: #14F73D;
}
</style>
border-color css
<style>
span { border-color: #14F73D; }
span { border-color: rgb(20,247,61); }
td.TdClassName
{
border-color: #14F73D;
}
.TagClassName
{
border-color: #14F73D;
}
</style>