Shades of Malachite #12CE60
Tints of Malachite #12CE60
RGB
CMYK
RGB Variations
Color information
#12CE60 (or 0x12CE60) is known color: Malachite. HEX triplet: 12, CE and 60. RGB value is (18,206,96). Sum of RGB (Red+Green+Blue) = 18+206+96=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 206 (80.86% from 255 or 64.38% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CE60 is #ED319F. Grayscale: #898989. Windows color (decimal): -15544736 or 6344210. OLE color: 6344210.
HSL color Cylindrical-coordinate representation of color #12CE60: hue angle of 144.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CE60 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 96 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.19 |
| HSL | 144.89º | 0.84% | 0.44% | - |
| HSV(B) | 144.89º | 0.91% | 0.81% | - |
| XYZ | 24.43 | 45.12 | 18.49 | - |
| YUV | 137.25 | 104.72 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 96 | 0.91 | 0 | 0.53 | 0.19 | 144.89 | 0.84 | 0.44 |
| Hex | 12 | CE | 60 | 5B | 0 | 35 | 13 | 91 | 54 | 2C |
| Octal | 22 | 316 | 140 | 133 | 0 | 65 | 23 | 221 | 124 | 54 |
| Binary | 10010 | 11001110 | 1100000 | 1011011 | 0 | 110101 | 10011 | 10010001 | 1010100 | 101100 |
Color Harmonies of #12CE60
Complementary color
Monochromatic Colors of #12CE60
Black with #12CE60
Text Example
Text Example
White with #12CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE60; }
p { color: rgb(18,206,96); }
H1.HeaderClassName
{
color: #12CE60;
}
.AnyTagClassName
{
color: #12CE60;
}
</style>
background-color css
<style>
a { background-color: #12CE60; }
a { background-color: rgb(18,206,96); }
div.DivClassName
{
background-color: #12CE60;
}
.BgClassName
{
background-color: #12CE60;
}
</style>
border-color css
<style>
span { border-color: #12CE60; }
span { border-color: rgb(18,206,96); }
td.TdClassName
{
border-color: #12CE60;
}
.TagClassName
{
border-color: #12CE60;
}
</style>