Shades of Malachite #12C958
Tints of Malachite #12C958
RGB
CMYK
RGB Variations
Color information
#12C958 (or 0x12C958) is known color: Malachite. HEX triplet: 12, C9 and 58. RGB value is (18,201,88). Sum of RGB (Red+Green+Blue) = 18+201+88=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 201 (78.91% from 255 or 65.47% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 201 - color contains mainly: green. Hex color #12C958 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C958 is #ED36A7. Grayscale: #858585. Windows color (decimal): -15546024 or 5818642. OLE color: 5818642.
HSL color Cylindrical-coordinate representation of color #12C958: hue angle of 142.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C958 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 201 | 88 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.21 |
| HSL | 142.95º | 0.84% | 0.43% | - |
| HSV(B) | 142.95º | 0.91% | 0.79% | - |
| XYZ | 22.9 | 42.61 | 16.25 | - |
| YUV | 133.4 | 102.37 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 88 | 0.91 | 0 | 0.56 | 0.21 | 142.95 | 0.84 | 0.43 |
| Hex | 12 | C9 | 58 | 5B | 0 | 38 | 15 | 8F | 54 | 2B |
| Octal | 22 | 311 | 130 | 133 | 0 | 70 | 25 | 217 | 124 | 53 |
| Binary | 10010 | 11001001 | 1011000 | 1011011 | 0 | 111000 | 10101 | 10001111 | 1010100 | 101011 |
Color Harmonies of #12C958
Complementary color
Monochromatic Colors of #12C958
Black with #12C958
Text Example
Text Example
White with #12C958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C958; }
p { color: rgb(18,201,88); }
H1.HeaderClassName
{
color: #12C958;
}
.AnyTagClassName
{
color: #12C958;
}
</style>
background-color css
<style>
a { background-color: #12C958; }
a { background-color: rgb(18,201,88); }
div.DivClassName
{
background-color: #12C958;
}
.BgClassName
{
background-color: #12C958;
}
</style>
border-color css
<style>
span { border-color: #12C958; }
span { border-color: rgb(18,201,88); }
td.TdClassName
{
border-color: #12C958;
}
.TagClassName
{
border-color: #12C958;
}
</style>