Shades of Malachite #12C55F
Tints of Malachite #12C55F
RGB
CMYK
RGB Variations
Color information
#12C55F (or 0x12C55F) is known color: Malachite. HEX triplet: 12, C5 and 5F. RGB value is (18,197,95). Sum of RGB (Red+Green+Blue) = 18+197+95=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #12C55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C55F is #ED3AA0. Grayscale: #848484. Windows color (decimal): -15547041 or 6276370. OLE color: 6276370.
HSL color Cylindrical-coordinate representation of color #12C55F: hue angle of 145.81º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C55F is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 95 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.23 |
| HSL | 145.81º | 0.83% | 0.42% | - |
| HSV(B) | 145.81º | 0.91% | 0.77% | - |
| XYZ | 22.28 | 40.89 | 17.54 | - |
| YUV | 131.85 | 107.2 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 95 | 0.91 | 0 | 0.52 | 0.23 | 145.81 | 0.83 | 0.42 |
| Hex | 12 | C5 | 5F | 5B | 0 | 34 | 17 | 92 | 53 | 2A |
| Octal | 22 | 305 | 137 | 133 | 0 | 64 | 27 | 222 | 123 | 52 |
| Binary | 10010 | 11000101 | 1011111 | 1011011 | 0 | 110100 | 10111 | 10010010 | 1010011 | 101010 |
Color Harmonies of #12C55F
Complementary color
Monochromatic Colors of #12C55F
Black with #12C55F
Text Example
Text Example
White with #12C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C55F; }
p { color: rgb(18,197,95); }
H1.HeaderClassName
{
color: #12C55F;
}
.AnyTagClassName
{
color: #12C55F;
}
</style>
background-color css
<style>
a { background-color: #12C55F; }
a { background-color: rgb(18,197,95); }
div.DivClassName
{
background-color: #12C55F;
}
.BgClassName
{
background-color: #12C55F;
}
</style>
border-color css
<style>
span { border-color: #12C55F; }
span { border-color: rgb(18,197,95); }
td.TdClassName
{
border-color: #12C55F;
}
.TagClassName
{
border-color: #12C55F;
}
</style>