Shades of Malachite #12C76A
Tints of Malachite #12C76A
RGB
CMYK
RGB Variations
Color information
#12C76A (or 0x12C76A) is known color: Malachite. HEX triplet: 12, C7 and 6A. RGB value is (18,199,106). Sum of RGB (Red+Green+Blue) = 18+199+106=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 199 (78.12% from 255 or 61.61% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 199 - color contains mainly: green. Hex color #12C76A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C76A is #ED3895. Grayscale: #868686. Windows color (decimal): -15546518 or 6997778. OLE color: 6997778.
HSL color Cylindrical-coordinate representation of color #12C76A: hue angle of 149.17º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C76A is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 199 | 106 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.22 |
| HSL | 149.17º | 0.83% | 0.43% | - |
| HSV(B) | 149.17º | 0.91% | 0.78% | - |
| XYZ | 23.27 | 42.02 | 20.52 | - |
| YUV | 134.28 | 112.03 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 199 | 106 | 0.91 | 0 | 0.47 | 0.22 | 149.17 | 0.83 | 0.43 |
| Hex | 12 | C7 | 6A | 5B | 0 | 2F | 16 | 95 | 53 | 2B |
| Octal | 22 | 307 | 152 | 133 | 0 | 57 | 26 | 225 | 123 | 53 |
| Binary | 10010 | 11000111 | 1101010 | 1011011 | 0 | 101111 | 10110 | 10010101 | 1010011 | 101011 |
Color Harmonies of #12C76A
Complementary color
Monochromatic Colors of #12C76A
Black with #12C76A
Text Example
Text Example
White with #12C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C76A; }
p { color: rgb(18,199,106); }
H1.HeaderClassName
{
color: #12C76A;
}
.AnyTagClassName
{
color: #12C76A;
}
</style>
background-color css
<style>
a { background-color: #12C76A; }
a { background-color: rgb(18,199,106); }
div.DivClassName
{
background-color: #12C76A;
}
.BgClassName
{
background-color: #12C76A;
}
</style>
border-color css
<style>
span { border-color: #12C76A; }
span { border-color: rgb(18,199,106); }
td.TdClassName
{
border-color: #12C76A;
}
.TagClassName
{
border-color: #12C76A;
}
</style>