Shades of Malachite #12C363
Tints of Malachite #12C363
RGB
CMYK
RGB Variations
Color information
#12C363 (or 0x12C363) is known color: Malachite. HEX triplet: 12, C3 and 63. RGB value is (18,195,99). Sum of RGB (Red+Green+Blue) = 18+195+99=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #12C363 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C363 is #ED3C9C. Grayscale: #838383. Windows color (decimal): -15547549 or 6538002. OLE color: 6538002.
HSL color Cylindrical-coordinate representation of color #12C363: hue angle of 147.46º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C363 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 195 | 99 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.24 |
| HSL | 147.46º | 0.83% | 0.42% | - |
| HSV(B) | 147.46º | 0.91% | 0.76% | - |
| XYZ | 22.02 | 40.06 | 18.38 | - |
| YUV | 131.13 | 109.86 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 99 | 0.91 | 0 | 0.49 | 0.24 | 147.46 | 0.83 | 0.42 |
| Hex | 12 | C3 | 63 | 5B | 0 | 31 | 18 | 93 | 53 | 2A |
| Octal | 22 | 303 | 143 | 133 | 0 | 61 | 30 | 223 | 123 | 52 |
| Binary | 10010 | 11000011 | 1100011 | 1011011 | 0 | 110001 | 11000 | 10010011 | 1010011 | 101010 |
Color Harmonies of #12C363
Complementary color
Monochromatic Colors of #12C363
Black with #12C363
Text Example
Text Example
White with #12C363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C363; }
p { color: rgb(18,195,99); }
H1.HeaderClassName
{
color: #12C363;
}
.AnyTagClassName
{
color: #12C363;
}
</style>
background-color css
<style>
a { background-color: #12C363; }
a { background-color: rgb(18,195,99); }
div.DivClassName
{
background-color: #12C363;
}
.BgClassName
{
background-color: #12C363;
}
</style>
border-color css
<style>
span { border-color: #12C363; }
span { border-color: rgb(18,195,99); }
td.TdClassName
{
border-color: #12C363;
}
.TagClassName
{
border-color: #12C363;
}
</style>