Shades of Malachite #12CE6C
Tints of Malachite #12CE6C
RGB
CMYK
RGB Variations
Color information
#12CE6C (or 0x12CE6C) is known color: Malachite. HEX triplet: 12, CE and 6C. RGB value is (18,206,108). Sum of RGB (Red+Green+Blue) = 18+206+108=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CE6C is #ED3193. Grayscale: #8A8A8A. Windows color (decimal): -15544724 or 7130642. OLE color: 7130642.
HSL color Cylindrical-coordinate representation of color #12CE6C: hue angle of 148.72º 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 #12CE6C is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 108 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.19 |
| HSL | 148.72º | 0.84% | 0.44% | - |
| HSV(B) | 148.72º | 0.91% | 0.81% | - |
| XYZ | 25.03 | 45.35 | 21.62 | - |
| YUV | 138.62 | 110.72 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 108 | 0.91 | 0 | 0.48 | 0.19 | 148.72 | 0.84 | 0.44 |
| Hex | 12 | CE | 6C | 5B | 0 | 30 | 13 | 95 | 54 | 2C |
| Octal | 22 | 316 | 154 | 133 | 0 | 60 | 23 | 225 | 124 | 54 |
| Binary | 10010 | 11001110 | 1101100 | 1011011 | 0 | 110000 | 10011 | 10010101 | 1010100 | 101100 |
Color Harmonies of #12CE6C
Complementary color
Monochromatic Colors of #12CE6C
Black with #12CE6C
Text Example
Text Example
White with #12CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE6C; }
p { color: rgb(18,206,108); }
H1.HeaderClassName
{
color: #12CE6C;
}
.AnyTagClassName
{
color: #12CE6C;
}
</style>
background-color css
<style>
a { background-color: #12CE6C; }
a { background-color: rgb(18,206,108); }
div.DivClassName
{
background-color: #12CE6C;
}
.BgClassName
{
background-color: #12CE6C;
}
</style>
border-color css
<style>
span { border-color: #12CE6C; }
span { border-color: rgb(18,206,108); }
td.TdClassName
{
border-color: #12CE6C;
}
.TagClassName
{
border-color: #12CE6C;
}
</style>