Shades of Malachite #14F63D
Tints of Malachite #14F63D
RGB
CMYK
RGB Variations
Color information
#14F63D (or 0x14F63D) is known color: Malachite. HEX triplet: 14, F6 and 3D. RGB value is (20,246,61). Sum of RGB (Red+Green+Blue) = 20+246+61=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 246 (96.48% from 255 or 75.23% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 246 - color contains mainly: green. Hex color #14F63D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F63D is #EB09C2. Grayscale: #9D9D9D. Windows color (decimal): -15403459 or 4060692. OLE color: 4060692.
HSL color Cylindrical-coordinate representation of color #14F63D: hue angle of 130.88º degrees, saturation: 0.93, 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 #14F63D is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 246 | 61 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.04 |
| HSL | 130.89º | 0.93% | 0.52% | - |
| HSV(B) | 130.89º | 0.92% | 0.96% | - |
| XYZ | 34.09 | 66.4 | 15.43 | - |
| YUV | 157.34 | 73.63 | 30.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 246 | 61 | 0.92 | 0 | 0.75 | 0.04 | 130.89 | 0.93 | 0.52 |
| Hex | 14 | F6 | 3D | 5C | 0 | 4B | 4 | 83 | 5D | 34 |
| Octal | 24 | 366 | 75 | 134 | 0 | 113 | 4 | 203 | 135 | 64 |
| Binary | 10100 | 11110110 | 111101 | 1011100 | 0 | 1001011 | 100 | 10000011 | 1011101 | 110100 |
Color Harmonies of #14F63D
Complementary color
Monochromatic Colors of #14F63D
Black with #14F63D
Text Example
Text Example
White with #14F63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F63D; }
p { color: rgb(20,246,61); }
H1.HeaderClassName
{
color: #14F63D;
}
.AnyTagClassName
{
color: #14F63D;
}
</style>
background-color css
<style>
a { background-color: #14F63D; }
a { background-color: rgb(20,246,61); }
div.DivClassName
{
background-color: #14F63D;
}
.BgClassName
{
background-color: #14F63D;
}
</style>
border-color css
<style>
span { border-color: #14F63D; }
span { border-color: rgb(20,246,61); }
td.TdClassName
{
border-color: #14F63D;
}
.TagClassName
{
border-color: #14F63D;
}
</style>