Shades of Malachite #12E534
Tints of Malachite #12E534
RGB
CMYK
RGB Variations
Color information
#12E534 (or 0x12E534) is known color: Malachite. HEX triplet: 12, E5 and 34. RGB value is (18,229,52). Sum of RGB (Red+Green+Blue) = 18+229+52=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 229 (89.84% from 255 or 76.59% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 229 - color contains mainly: green. Hex color #12E534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E534 is #ED1ACB. Grayscale: #929292. Windows color (decimal): -15538892 or 3466514. OLE color: 3466514.
HSL color Cylindrical-coordinate representation of color #12E534: hue angle of 129.67º 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 #12E534 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 229 | 52 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.10 |
| HSL | 129.67º | 0.85% | 0.48% | - |
| HSV(B) | 129.67º | 0.92% | 0.9% | - |
| XYZ | 28.89 | 56.42 | 12.62 | - |
| YUV | 145.73 | 75.1 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 229 | 52 | 0.92 | 0 | 0.77 | 0.10 | 129.67 | 0.85 | 0.48 |
| Hex | 12 | E5 | 34 | 5C | 0 | 4D | A | 82 | 55 | 30 |
| Octal | 22 | 345 | 64 | 134 | 0 | 115 | 12 | 202 | 125 | 60 |
| Binary | 10010 | 11100101 | 110100 | 1011100 | 0 | 1001101 | 1010 | 10000010 | 1010101 | 110000 |
Color Harmonies of #12E534
Complementary color
Monochromatic Colors of #12E534
Black with #12E534
Text Example
Text Example
White with #12E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E534; }
p { color: rgb(18,229,52); }
H1.HeaderClassName
{
color: #12E534;
}
.AnyTagClassName
{
color: #12E534;
}
</style>
background-color css
<style>
a { background-color: #12E534; }
a { background-color: rgb(18,229,52); }
div.DivClassName
{
background-color: #12E534;
}
.BgClassName
{
background-color: #12E534;
}
</style>
border-color css
<style>
span { border-color: #12E534; }
span { border-color: rgb(18,229,52); }
td.TdClassName
{
border-color: #12E534;
}
.TagClassName
{
border-color: #12E534;
}
</style>