Shades of Malachite #12C667
Tints of Malachite #12C667
RGB
CMYK
RGB Variations
Color information
#12C667 (or 0x12C667) is known color: Malachite. HEX triplet: 12, C6 and 67. RGB value is (18,198,103). Sum of RGB (Red+Green+Blue) = 18+198+103=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #12C667 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C667 is #ED3998. Grayscale: #858585. Windows color (decimal): -15546777 or 6800914. OLE color: 6800914.
HSL color Cylindrical-coordinate representation of color #12C667: hue angle of 148.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C667 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 198 | 103 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.22 |
| HSL | 148.33º | 0.83% | 0.42% | - |
| HSV(B) | 148.33º | 0.91% | 0.78% | - |
| XYZ | 22.89 | 41.5 | 19.63 | - |
| YUV | 133.35 | 110.87 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 198 | 103 | 0.91 | 0 | 0.48 | 0.22 | 148.33 | 0.83 | 0.42 |
| Hex | 12 | C6 | 67 | 5B | 0 | 30 | 16 | 94 | 53 | 2A |
| Octal | 22 | 306 | 147 | 133 | 0 | 60 | 26 | 224 | 123 | 52 |
| Binary | 10010 | 11000110 | 1100111 | 1011011 | 0 | 110000 | 10110 | 10010100 | 1010011 | 101010 |
Color Harmonies of #12C667
Complementary color
Monochromatic Colors of #12C667
Black with #12C667
Text Example
Text Example
White with #12C667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C667; }
p { color: rgb(18,198,103); }
H1.HeaderClassName
{
color: #12C667;
}
.AnyTagClassName
{
color: #12C667;
}
</style>
background-color css
<style>
a { background-color: #12C667; }
a { background-color: rgb(18,198,103); }
div.DivClassName
{
background-color: #12C667;
}
.BgClassName
{
background-color: #12C667;
}
</style>
border-color css
<style>
span { border-color: #12C667; }
span { border-color: rgb(18,198,103); }
td.TdClassName
{
border-color: #12C667;
}
.TagClassName
{
border-color: #12C667;
}
</style>