Shades of Malachite #14E34B
Tints of Malachite #14E34B
RGB
CMYK
RGB Variations
Color information
#14E34B (or 0x14E34B) is known color: Malachite. HEX triplet: 14, E3 and 4B. RGB value is (20,227,75). Sum of RGB (Red+Green+Blue) = 20+227+75=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 227 (89.06% from 255 or 70.50% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 227 - color contains mainly: green. Hex color #14E34B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E34B is #EB1CB4. Grayscale: #949494. Windows color (decimal): -15408309 or 4973332. OLE color: 4973332.
HSL color Cylindrical-coordinate representation of color #14E34B: hue angle of 135.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E34B is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 227 | 75 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.11 |
| HSL | 135.94º | 0.84% | 0.48% | - |
| HSV(B) | 135.94º | 0.91% | 0.89% | - |
| XYZ | 29.03 | 55.59 | 15.86 | - |
| YUV | 147.78 | 86.92 | 36.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 227 | 75 | 0.91 | 0 | 0.67 | 0.11 | 135.94 | 0.84 | 0.48 |
| Hex | 14 | E3 | 4B | 5B | 0 | 43 | B | 88 | 54 | 30 |
| Octal | 24 | 343 | 113 | 133 | 0 | 103 | 13 | 210 | 124 | 60 |
| Binary | 10100 | 11100011 | 1001011 | 1011011 | 0 | 1000011 | 1011 | 10001000 | 1010100 | 110000 |
Color Harmonies of #14E34B
Complementary color
Monochromatic Colors of #14E34B
Black with #14E34B
Text Example
Text Example
White with #14E34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E34B; }
p { color: rgb(20,227,75); }
H1.HeaderClassName
{
color: #14E34B;
}
.AnyTagClassName
{
color: #14E34B;
}
</style>
background-color css
<style>
a { background-color: #14E34B; }
a { background-color: rgb(20,227,75); }
div.DivClassName
{
background-color: #14E34B;
}
.BgClassName
{
background-color: #14E34B;
}
</style>
border-color css
<style>
span { border-color: #14E34B; }
span { border-color: rgb(20,227,75); }
td.TdClassName
{
border-color: #14E34B;
}
.TagClassName
{
border-color: #14E34B;
}
</style>