Shades of Malachite #12E556
Tints of Malachite #12E556
RGB
CMYK
RGB Variations
Color information
#12E556 (or 0x12E556) is known color: Malachite. HEX triplet: 12, E5 and 56. RGB value is (18,229,86). Sum of RGB (Red+Green+Blue) = 18+229+86=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 229 (89.84% from 255 or 68.77% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 229 - color contains mainly: green. Hex color #12E556 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E556 is #ED1AA9. Grayscale: #959595. Windows color (decimal): -15538858 or 5694738. OLE color: 5694738.
HSL color Cylindrical-coordinate representation of color #12E556: hue angle of 139.34º 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 #12E556 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 229 | 86 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.10 |
| HSL | 139.34º | 0.85% | 0.48% | - |
| HSV(B) | 139.34º | 0.92% | 0.9% | - |
| XYZ | 29.95 | 56.84 | 18.2 | - |
| YUV | 149.61 | 92.1 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 229 | 86 | 0.92 | 0 | 0.62 | 0.10 | 139.34 | 0.85 | 0.48 |
| Hex | 12 | E5 | 56 | 5C | 0 | 3E | A | 8B | 55 | 30 |
| Octal | 22 | 345 | 126 | 134 | 0 | 76 | 12 | 213 | 125 | 60 |
| Binary | 10010 | 11100101 | 1010110 | 1011100 | 0 | 111110 | 1010 | 10001011 | 1010101 | 110000 |
Color Harmonies of #12E556
Complementary color
Monochromatic Colors of #12E556
Black with #12E556
Text Example
Text Example
White with #12E556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E556; }
p { color: rgb(18,229,86); }
H1.HeaderClassName
{
color: #12E556;
}
.AnyTagClassName
{
color: #12E556;
}
</style>
background-color css
<style>
a { background-color: #12E556; }
a { background-color: rgb(18,229,86); }
div.DivClassName
{
background-color: #12E556;
}
.BgClassName
{
background-color: #12E556;
}
</style>
border-color css
<style>
span { border-color: #12E556; }
span { border-color: rgb(18,229,86); }
td.TdClassName
{
border-color: #12E556;
}
.TagClassName
{
border-color: #12E556;
}
</style>