Shades of Malachite #12D963
Tints of Malachite #12D963
RGB
CMYK
RGB Variations
Color information
#12D963 (or 0x12D963) is known color: Malachite. HEX triplet: 12, D9 and 63. RGB value is (18,217,99). Sum of RGB (Red+Green+Blue) = 18+217+99=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 217 (85.16% from 255 or 64.97% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 217 - color contains mainly: green. Hex color #12D963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D963 is #ED269C. Grayscale: #909090. Windows color (decimal): -15541917 or 6543634. OLE color: 6543634.
HSL color Cylindrical-coordinate representation of color #12D963: hue angle of 144.42º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D963 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 99 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.15 |
| HSL | 144.42º | 0.85% | 0.46% | - |
| HSV(B) | 144.42º | 0.92% | 0.85% | - |
| XYZ | 27.31 | 50.66 | 20.14 | - |
| YUV | 144.05 | 102.57 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 99 | 0.92 | 0 | 0.54 | 0.15 | 144.42 | 0.85 | 0.46 |
| Hex | 12 | D9 | 63 | 5C | 0 | 36 | F | 90 | 55 | 2E |
| Octal | 22 | 331 | 143 | 134 | 0 | 66 | 17 | 220 | 125 | 56 |
| Binary | 10010 | 11011001 | 1100011 | 1011100 | 0 | 110110 | 1111 | 10010000 | 1010101 | 101110 |
Color Harmonies of #12D963
Complementary color
Monochromatic Colors of #12D963
Black with #12D963
Text Example
Text Example
White with #12D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D963; }
p { color: rgb(18,217,99); }
H1.HeaderClassName
{
color: #12D963;
}
.AnyTagClassName
{
color: #12D963;
}
</style>
background-color css
<style>
a { background-color: #12D963; }
a { background-color: rgb(18,217,99); }
div.DivClassName
{
background-color: #12D963;
}
.BgClassName
{
background-color: #12D963;
}
</style>
border-color css
<style>
span { border-color: #12D963; }
span { border-color: rgb(18,217,99); }
td.TdClassName
{
border-color: #12D963;
}
.TagClassName
{
border-color: #12D963;
}
</style>