Shades of Malachite #12C164
Tints of Malachite #12C164
RGB
CMYK
RGB Variations
Color information
#12C164 (or 0x12C164) is known color: Malachite. HEX triplet: 12, C1 and 64. RGB value is (18,193,100). Sum of RGB (Red+Green+Blue) = 18+193+100=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #12C164 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C164 is #ED3E9B. Grayscale: #828282. Windows color (decimal): -15548060 or 6603026. OLE color: 6603026.
HSL color Cylindrical-coordinate representation of color #12C164: hue angle of 148.11º 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 #12C164 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 100 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.24 |
| HSL | 148.11º | 0.83% | 0.41% | - |
| HSV(B) | 148.11º | 0.91% | 0.76% | - |
| XYZ | 21.62 | 39.19 | 18.48 | - |
| YUV | 130.07 | 111.02 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 100 | 0.91 | 0 | 0.48 | 0.24 | 148.11 | 0.83 | 0.41 |
| Hex | 12 | C1 | 64 | 5B | 0 | 30 | 18 | 94 | 53 | 29 |
| Octal | 22 | 301 | 144 | 133 | 0 | 60 | 30 | 224 | 123 | 51 |
| Binary | 10010 | 11000001 | 1100100 | 1011011 | 0 | 110000 | 11000 | 10010100 | 1010011 | 101001 |
Color Harmonies of #12C164
Complementary color
Monochromatic Colors of #12C164
Black with #12C164
Text Example
Text Example
White with #12C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C164; }
p { color: rgb(18,193,100); }
H1.HeaderClassName
{
color: #12C164;
}
.AnyTagClassName
{
color: #12C164;
}
</style>
background-color css
<style>
a { background-color: #12C164; }
a { background-color: rgb(18,193,100); }
div.DivClassName
{
background-color: #12C164;
}
.BgClassName
{
background-color: #12C164;
}
</style>
border-color css
<style>
span { border-color: #12C164; }
span { border-color: rgb(18,193,100); }
td.TdClassName
{
border-color: #12C164;
}
.TagClassName
{
border-color: #12C164;
}
</style>