Shades of Malachite #12D960
Tints of Malachite #12D960
RGB
CMYK
RGB Variations
Color information
#12D960 (or 0x12D960) is known color: Malachite. HEX triplet: 12, D9 and 60. RGB value is (18,217,96). Sum of RGB (Red+Green+Blue) = 18+217+96=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 217 (85.16% from 255 or 65.56% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 217 - color contains mainly: green. Hex color #12D960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D960 is #ED269F. Grayscale: #8F8F8F. Windows color (decimal): -15541920 or 6347026. OLE color: 6347026.
HSL color Cylindrical-coordinate representation of color #12D960: hue angle of 143.52º 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 #12D960 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 96 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.15 |
| HSL | 143.52º | 0.85% | 0.46% | - |
| HSV(B) | 143.52º | 0.92% | 0.85% | - |
| XYZ | 27.17 | 50.6 | 19.4 | - |
| YUV | 143.71 | 101.07 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 96 | 0.92 | 0 | 0.56 | 0.15 | 143.52 | 0.85 | 0.46 |
| Hex | 12 | D9 | 60 | 5C | 0 | 38 | F | 90 | 55 | 2E |
| Octal | 22 | 331 | 140 | 134 | 0 | 70 | 17 | 220 | 125 | 56 |
| Binary | 10010 | 11011001 | 1100000 | 1011100 | 0 | 111000 | 1111 | 10010000 | 1010101 | 101110 |
Color Harmonies of #12D960
Complementary color
Monochromatic Colors of #12D960
Black with #12D960
Text Example
Text Example
White with #12D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D960; }
p { color: rgb(18,217,96); }
H1.HeaderClassName
{
color: #12D960;
}
.AnyTagClassName
{
color: #12D960;
}
</style>
background-color css
<style>
a { background-color: #12D960; }
a { background-color: rgb(18,217,96); }
div.DivClassName
{
background-color: #12D960;
}
.BgClassName
{
background-color: #12D960;
}
</style>
border-color css
<style>
span { border-color: #12D960; }
span { border-color: rgb(18,217,96); }
td.TdClassName
{
border-color: #12D960;
}
.TagClassName
{
border-color: #12D960;
}
</style>