Shades of Malachite #12E532
Tints of Malachite #12E532
RGB
CMYK
RGB Variations
Color information
#12E532 (or 0x12E532) is known color: Malachite. HEX triplet: 12, E5 and 32. RGB value is (18,229,50). Sum of RGB (Red+Green+Blue) = 18+229+50=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 229 (89.84% from 255 or 77.10% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 229 - color contains mainly: green. Hex color #12E532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E532 is #ED1ACD. Grayscale: #929292. Windows color (decimal): -15538894 or 3335442. OLE color: 3335442.
HSL color Cylindrical-coordinate representation of color #12E532: hue angle of 129.1º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E532 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 229 | 50 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.10 |
| HSL | 129.1º | 0.85% | 0.48% | - |
| HSV(B) | 129.1º | 0.92% | 0.9% | - |
| XYZ | 28.84 | 56.4 | 12.38 | - |
| YUV | 145.51 | 74.1 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 229 | 50 | 0.92 | 0 | 0.78 | 0.10 | 129.1 | 0.85 | 0.48 |
| Hex | 12 | E5 | 32 | 5C | 0 | 4E | A | 81 | 55 | 30 |
| Octal | 22 | 345 | 62 | 134 | 0 | 116 | 12 | 201 | 125 | 60 |
| Binary | 10010 | 11100101 | 110010 | 1011100 | 0 | 1001110 | 1010 | 10000001 | 1010101 | 110000 |
Color Harmonies of #12E532
Complementary color
Monochromatic Colors of #12E532
Black with #12E532
Text Example
Text Example
White with #12E532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E532; }
p { color: rgb(18,229,50); }
H1.HeaderClassName
{
color: #12E532;
}
.AnyTagClassName
{
color: #12E532;
}
</style>
background-color css
<style>
a { background-color: #12E532; }
a { background-color: rgb(18,229,50); }
div.DivClassName
{
background-color: #12E532;
}
.BgClassName
{
background-color: #12E532;
}
</style>
border-color css
<style>
span { border-color: #12E532; }
span { border-color: rgb(18,229,50); }
td.TdClassName
{
border-color: #12E532;
}
.TagClassName
{
border-color: #12E532;
}
</style>