Shades of Malachite #14DF3E
Tints of Malachite #14DF3E
RGB
CMYK
RGB Variations
Color information
#14DF3E (or 0x14DF3E) is known color: Malachite. HEX triplet: 14, DF and 3E. RGB value is (20,223,62). Sum of RGB (Red+Green+Blue) = 20+223+62=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 223 (87.5% from 255 or 73.11% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF3E is #EB20C1. Grayscale: #909090. Windows color (decimal): -15409346 or 4120340. OLE color: 4120340.
HSL color Cylindrical-coordinate representation of color #14DF3E: hue angle of 132.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF3E is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 62 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.13 |
| HSL | 132.41º | 0.84% | 0.48% | - |
| HSV(B) | 132.41º | 0.91% | 0.87% | - |
| XYZ | 27.55 | 53.27 | 13.39 | - |
| YUV | 143.95 | 81.75 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 62 | 0.91 | 0 | 0.72 | 0.13 | 132.41 | 0.84 | 0.48 |
| Hex | 14 | DF | 3E | 5B | 0 | 48 | D | 84 | 54 | 30 |
| Octal | 24 | 337 | 76 | 133 | 0 | 110 | 15 | 204 | 124 | 60 |
| Binary | 10100 | 11011111 | 111110 | 1011011 | 0 | 1001000 | 1101 | 10000100 | 1010100 | 110000 |
Color Harmonies of #14DF3E
Complementary color
Monochromatic Colors of #14DF3E
Black with #14DF3E
Text Example
Text Example
White with #14DF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF3E; }
p { color: rgb(20,223,62); }
H1.HeaderClassName
{
color: #14DF3E;
}
.AnyTagClassName
{
color: #14DF3E;
}
</style>
background-color css
<style>
a { background-color: #14DF3E; }
a { background-color: rgb(20,223,62); }
div.DivClassName
{
background-color: #14DF3E;
}
.BgClassName
{
background-color: #14DF3E;
}
</style>
border-color css
<style>
span { border-color: #14DF3E; }
span { border-color: rgb(20,223,62); }
td.TdClassName
{
border-color: #14DF3E;
}
.TagClassName
{
border-color: #14DF3E;
}
</style>