Shades of Malachite #12C357
Tints of Malachite #12C357
RGB
CMYK
RGB Variations
Color information
#12C357 (or 0x12C357) is known color: Malachite. HEX triplet: 12, C3 and 57. RGB value is (18,195,87). Sum of RGB (Red+Green+Blue) = 18+195+87=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #12C357 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C357 is #ED3CA8. Grayscale: #828282. Windows color (decimal): -15547561 or 5751570. OLE color: 5751570.
HSL color Cylindrical-coordinate representation of color #12C357: hue angle of 143.39º 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 #12C357 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 195 | 87 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.24 |
| HSL | 143.39º | 0.83% | 0.42% | - |
| HSV(B) | 143.39º | 0.91% | 0.76% | - |
| XYZ | 21.48 | 39.85 | 15.58 | - |
| YUV | 129.77 | 103.86 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 87 | 0.91 | 0 | 0.55 | 0.24 | 143.39 | 0.83 | 0.42 |
| Hex | 12 | C3 | 57 | 5B | 0 | 37 | 18 | 8F | 53 | 2A |
| Octal | 22 | 303 | 127 | 133 | 0 | 67 | 30 | 217 | 123 | 52 |
| Binary | 10010 | 11000011 | 1010111 | 1011011 | 0 | 110111 | 11000 | 10001111 | 1010011 | 101010 |
Color Harmonies of #12C357
Complementary color
Monochromatic Colors of #12C357
Black with #12C357
Text Example
Text Example
White with #12C357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C357; }
p { color: rgb(18,195,87); }
H1.HeaderClassName
{
color: #12C357;
}
.AnyTagClassName
{
color: #12C357;
}
</style>
background-color css
<style>
a { background-color: #12C357; }
a { background-color: rgb(18,195,87); }
div.DivClassName
{
background-color: #12C357;
}
.BgClassName
{
background-color: #12C357;
}
</style>
border-color css
<style>
span { border-color: #12C357; }
span { border-color: rgb(18,195,87); }
td.TdClassName
{
border-color: #12C357;
}
.TagClassName
{
border-color: #12C357;
}
</style>