Shades of Malachite #12C565
Tints of Malachite #12C565
RGB
CMYK
RGB Variations
Color information
#12C565 (or 0x12C565) is known color: Malachite. HEX triplet: 12, C5 and 65. RGB value is (18,197,101). Sum of RGB (Red+Green+Blue) = 18+197+101=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 197 (77.34% from 255 or 62.34% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 197 - color contains mainly: green. Hex color #12C565 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C565 is #ED3A9A. Grayscale: #848484. Windows color (decimal): -15547035 or 6669586. OLE color: 6669586.
HSL color Cylindrical-coordinate representation of color #12C565: hue angle of 147.82º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C565 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 101 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.23 |
| HSL | 147.82º | 0.83% | 0.42% | - |
| HSV(B) | 147.82º | 0.91% | 0.77% | - |
| XYZ | 22.56 | 41 | 19.04 | - |
| YUV | 132.54 | 110.2 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 101 | 0.91 | 0 | 0.49 | 0.23 | 147.82 | 0.83 | 0.42 |
| Hex | 12 | C5 | 65 | 5B | 0 | 31 | 17 | 94 | 53 | 2A |
| Octal | 22 | 305 | 145 | 133 | 0 | 61 | 27 | 224 | 123 | 52 |
| Binary | 10010 | 11000101 | 1100101 | 1011011 | 0 | 110001 | 10111 | 10010100 | 1010011 | 101010 |
Color Harmonies of #12C565
Complementary color
Monochromatic Colors of #12C565
Black with #12C565
Text Example
Text Example
White with #12C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C565; }
p { color: rgb(18,197,101); }
H1.HeaderClassName
{
color: #12C565;
}
.AnyTagClassName
{
color: #12C565;
}
</style>
background-color css
<style>
a { background-color: #12C565; }
a { background-color: rgb(18,197,101); }
div.DivClassName
{
background-color: #12C565;
}
.BgClassName
{
background-color: #12C565;
}
</style>
border-color css
<style>
span { border-color: #12C565; }
span { border-color: rgb(18,197,101); }
td.TdClassName
{
border-color: #12C565;
}
.TagClassName
{
border-color: #12C565;
}
</style>