Shades of Malachite #14D44B
Tints of Malachite #14D44B
RGB
CMYK
RGB Variations
Color information
#14D44B (or 0x14D44B) is known color: Malachite. HEX triplet: 14, D4 and 4B. RGB value is (20,212,75). Sum of RGB (Red+Green+Blue) = 20+212+75=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 212 (83.20% from 255 or 69.06% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 212 - color contains mainly: green. Hex color #14D44B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D44B is #EB2BB4. Grayscale: #8B8B8B. Windows color (decimal): -15412149 or 4969492. OLE color: 4969492.
HSL color Cylindrical-coordinate representation of color #14D44B: hue angle of 137.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D44B is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 75 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.17 |
| HSL | 137.19º | 0.83% | 0.45% | - |
| HSV(B) | 137.19º | 0.91% | 0.83% | - |
| XYZ | 25.1 | 47.74 | 14.55 | - |
| YUV | 138.97 | 91.89 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 75 | 0.91 | 0 | 0.65 | 0.17 | 137.19 | 0.83 | 0.45 |
| Hex | 14 | D4 | 4B | 5B | 0 | 41 | 11 | 89 | 53 | 2D |
| Octal | 24 | 324 | 113 | 133 | 0 | 101 | 21 | 211 | 123 | 55 |
| Binary | 10100 | 11010100 | 1001011 | 1011011 | 0 | 1000001 | 10001 | 10001001 | 1010011 | 101101 |
Color Harmonies of #14D44B
Complementary color
Monochromatic Colors of #14D44B
Black with #14D44B
Text Example
Text Example
White with #14D44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D44B; }
p { color: rgb(20,212,75); }
H1.HeaderClassName
{
color: #14D44B;
}
.AnyTagClassName
{
color: #14D44B;
}
</style>
background-color css
<style>
a { background-color: #14D44B; }
a { background-color: rgb(20,212,75); }
div.DivClassName
{
background-color: #14D44B;
}
.BgClassName
{
background-color: #14D44B;
}
</style>
border-color css
<style>
span { border-color: #14D44B; }
span { border-color: rgb(20,212,75); }
td.TdClassName
{
border-color: #14D44B;
}
.TagClassName
{
border-color: #14D44B;
}
</style>