Shades of Malachite #12CE6F
Tints of Malachite #12CE6F
RGB
CMYK
RGB Variations
Color information
#12CE6F (or 0x12CE6F) is known color: Malachite. HEX triplet: 12, CE and 6F. RGB value is (18,206,111). Sum of RGB (Red+Green+Blue) = 18+206+111=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CE6F is #ED3190. Grayscale: #8B8B8B. Windows color (decimal): -15544721 or 7327250. OLE color: 7327250.
HSL color Cylindrical-coordinate representation of color #12CE6F: hue angle of 149.68º 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 #12CE6F is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 111 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.19 |
| HSL | 149.68º | 0.84% | 0.44% | - |
| HSV(B) | 149.68º | 0.91% | 0.81% | - |
| XYZ | 25.19 | 45.42 | 22.48 | - |
| YUV | 138.96 | 112.22 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 111 | 0.91 | 0 | 0.46 | 0.19 | 149.68 | 0.84 | 0.44 |
| Hex | 12 | CE | 6F | 5B | 0 | 2E | 13 | 96 | 54 | 2C |
| Octal | 22 | 316 | 157 | 133 | 0 | 56 | 23 | 226 | 124 | 54 |
| Binary | 10010 | 11001110 | 1101111 | 1011011 | 0 | 101110 | 10011 | 10010110 | 1010100 | 101100 |
Color Harmonies of #12CE6F
Complementary color
Monochromatic Colors of #12CE6F
Black with #12CE6F
Text Example
Text Example
White with #12CE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE6F; }
p { color: rgb(18,206,111); }
H1.HeaderClassName
{
color: #12CE6F;
}
.AnyTagClassName
{
color: #12CE6F;
}
</style>
background-color css
<style>
a { background-color: #12CE6F; }
a { background-color: rgb(18,206,111); }
div.DivClassName
{
background-color: #12CE6F;
}
.BgClassName
{
background-color: #12CE6F;
}
</style>
border-color css
<style>
span { border-color: #12CE6F; }
span { border-color: rgb(18,206,111); }
td.TdClassName
{
border-color: #12CE6F;
}
.TagClassName
{
border-color: #12CE6F;
}
</style>