Shades of Malachite #12E332
Tints of Malachite #12E332
RGB
CMYK
RGB Variations
Color information
#12E332 (or 0x12E332) is known color: Malachite. HEX triplet: 12, E3 and 32. RGB value is (18,227,50). Sum of RGB (Red+Green+Blue) = 18+227+50=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 227 (89.06% from 255 or 76.95% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 227 - color contains mainly: green. Hex color #12E332 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E332 is #ED1CCD. Grayscale: #909090. Windows color (decimal): -15539406 or 3334930. OLE color: 3334930.
HSL color Cylindrical-coordinate representation of color #12E332: hue angle of 129.19º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E332 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 227 | 50 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.11 |
| HSL | 129.19º | 0.85% | 0.48% | - |
| HSV(B) | 129.19º | 0.92% | 0.89% | - |
| XYZ | 28.29 | 55.3 | 12.2 | - |
| YUV | 144.33 | 74.76 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 227 | 50 | 0.92 | 0 | 0.78 | 0.11 | 129.19 | 0.85 | 0.48 |
| Hex | 12 | E3 | 32 | 5C | 0 | 4E | B | 81 | 55 | 30 |
| Octal | 22 | 343 | 62 | 134 | 0 | 116 | 13 | 201 | 125 | 60 |
| Binary | 10010 | 11100011 | 110010 | 1011100 | 0 | 1001110 | 1011 | 10000001 | 1010101 | 110000 |
Color Harmonies of #12E332
Complementary color
Monochromatic Colors of #12E332
Black with #12E332
Text Example
Text Example
White with #12E332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E332; }
p { color: rgb(18,227,50); }
H1.HeaderClassName
{
color: #12E332;
}
.AnyTagClassName
{
color: #12E332;
}
</style>
background-color css
<style>
a { background-color: #12E332; }
a { background-color: rgb(18,227,50); }
div.DivClassName
{
background-color: #12E332;
}
.BgClassName
{
background-color: #12E332;
}
</style>
border-color css
<style>
span { border-color: #12E332; }
span { border-color: rgb(18,227,50); }
td.TdClassName
{
border-color: #12E332;
}
.TagClassName
{
border-color: #12E332;
}
</style>