Shades of Malachite #14E252
Tints of Malachite #14E252
RGB
CMYK
RGB Variations
Color information
#14E252 (or 0x14E252) is known color: Malachite. HEX triplet: 14, E2 and 52. RGB value is (20,226,82). Sum of RGB (Red+Green+Blue) = 20+226+82=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 226 (88.67% from 255 or 68.90% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 226 - color contains mainly: green. Hex color #14E252 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E252 is #EB1DAD. Grayscale: #949494. Windows color (decimal): -15408558 or 5431828. OLE color: 5431828.
HSL color Cylindrical-coordinate representation of color #14E252: hue angle of 138.06º 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 #14E252 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 226 | 82 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.11 |
| HSL | 138.06º | 0.84% | 0.48% | - |
| HSV(B) | 138.06º | 0.91% | 0.89% | - |
| XYZ | 29.01 | 55.15 | 17.1 | - |
| YUV | 147.99 | 90.75 | 36.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 226 | 82 | 0.91 | 0 | 0.64 | 0.11 | 138.06 | 0.84 | 0.48 |
| Hex | 14 | E2 | 52 | 5B | 0 | 40 | B | 8A | 54 | 30 |
| Octal | 24 | 342 | 122 | 133 | 0 | 100 | 13 | 212 | 124 | 60 |
| Binary | 10100 | 11100010 | 1010010 | 1011011 | 0 | 1000000 | 1011 | 10001010 | 1010100 | 110000 |
Color Harmonies of #14E252
Complementary color
Monochromatic Colors of #14E252
Black with #14E252
Text Example
Text Example
White with #14E252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E252; }
p { color: rgb(20,226,82); }
H1.HeaderClassName
{
color: #14E252;
}
.AnyTagClassName
{
color: #14E252;
}
</style>
background-color css
<style>
a { background-color: #14E252; }
a { background-color: rgb(20,226,82); }
div.DivClassName
{
background-color: #14E252;
}
.BgClassName
{
background-color: #14E252;
}
</style>
border-color css
<style>
span { border-color: #14E252; }
span { border-color: rgb(20,226,82); }
td.TdClassName
{
border-color: #14E252;
}
.TagClassName
{
border-color: #14E252;
}
</style>