Shades of Malachite #12C161
Tints of Malachite #12C161
RGB
CMYK
RGB Variations
Color information
#12C161 (or 0x12C161) is known color: Malachite. HEX triplet: 12, C1 and 61. RGB value is (18,193,97). Sum of RGB (Red+Green+Blue) = 18+193+97=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 193 (75.78% from 255 or 62.66% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 193 - color contains mainly: green. Hex color #12C161 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C161 is #ED3E9E. Grayscale: #818181. Windows color (decimal): -15548063 or 6406418. OLE color: 6406418.
HSL color Cylindrical-coordinate representation of color #12C161: hue angle of 147.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C161 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 97 | - |
| CMYK | 0.91 | 0 | 0.50 | 0.24 |
| HSL | 147.09º | 0.83% | 0.41% | - |
| HSV(B) | 147.09º | 0.91% | 0.76% | - |
| XYZ | 21.48 | 39.13 | 17.73 | - |
| YUV | 129.73 | 109.52 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 97 | 0.91 | 0 | 0.50 | 0.24 | 147.09 | 0.83 | 0.41 |
| Hex | 12 | C1 | 61 | 5B | 0 | 32 | 18 | 93 | 53 | 29 |
| Octal | 22 | 301 | 141 | 133 | 0 | 62 | 30 | 223 | 123 | 51 |
| Binary | 10010 | 11000001 | 1100001 | 1011011 | 0 | 110010 | 11000 | 10010011 | 1010011 | 101001 |
Color Harmonies of #12C161
Complementary color
Monochromatic Colors of #12C161
Black with #12C161
Text Example
Text Example
White with #12C161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C161; }
p { color: rgb(18,193,97); }
H1.HeaderClassName
{
color: #12C161;
}
.AnyTagClassName
{
color: #12C161;
}
</style>
background-color css
<style>
a { background-color: #12C161; }
a { background-color: rgb(18,193,97); }
div.DivClassName
{
background-color: #12C161;
}
.BgClassName
{
background-color: #12C161;
}
</style>
border-color css
<style>
span { border-color: #12C161; }
span { border-color: rgb(18,193,97); }
td.TdClassName
{
border-color: #12C161;
}
.TagClassName
{
border-color: #12C161;
}
</style>