Shades of Malachite #12CE67
Tints of Malachite #12CE67
RGB
CMYK
RGB Variations
Color information
#12CE67 (or 0x12CE67) is known color: Malachite. HEX triplet: 12, CE and 67. RGB value is (18,206,103). Sum of RGB (Red+Green+Blue) = 18+206+103=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 206 (80.86% from 255 or 63.00% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CE67 is #ED3198. Grayscale: #8A8A8A. Windows color (decimal): -15544729 or 6802962. OLE color: 6802962.
HSL color Cylindrical-coordinate representation of color #12CE67: hue angle of 147.13º 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 #12CE67 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 103 | - |
| CMYK | 0.91 | 0 | 0.50 | 0.19 |
| HSL | 147.13º | 0.84% | 0.44% | - |
| HSV(B) | 147.13º | 0.91% | 0.81% | - |
| XYZ | 24.77 | 45.25 | 20.26 | - |
| YUV | 138.05 | 108.22 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 103 | 0.91 | 0 | 0.50 | 0.19 | 147.13 | 0.84 | 0.44 |
| Hex | 12 | CE | 67 | 5B | 0 | 32 | 13 | 93 | 54 | 2C |
| Octal | 22 | 316 | 147 | 133 | 0 | 62 | 23 | 223 | 124 | 54 |
| Binary | 10010 | 11001110 | 1100111 | 1011011 | 0 | 110010 | 10011 | 10010011 | 1010100 | 101100 |
Color Harmonies of #12CE67
Complementary color
Monochromatic Colors of #12CE67
Black with #12CE67
Text Example
Text Example
White with #12CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE67; }
p { color: rgb(18,206,103); }
H1.HeaderClassName
{
color: #12CE67;
}
.AnyTagClassName
{
color: #12CE67;
}
</style>
background-color css
<style>
a { background-color: #12CE67; }
a { background-color: rgb(18,206,103); }
div.DivClassName
{
background-color: #12CE67;
}
.BgClassName
{
background-color: #12CE67;
}
</style>
border-color css
<style>
span { border-color: #12CE67; }
span { border-color: rgb(18,206,103); }
td.TdClassName
{
border-color: #12CE67;
}
.TagClassName
{
border-color: #12CE67;
}
</style>