Shades of Malachite #12C768
Tints of Malachite #12C768
RGB
CMYK
RGB Variations
Color information
#12C768 (or 0x12C768) is known color: Malachite. HEX triplet: 12, C7 and 68. RGB value is (18,199,104). Sum of RGB (Red+Green+Blue) = 18+199+104=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 199 (78.12% from 255 or 61.99% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 199 - color contains mainly: green. Hex color #12C768 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C768 is #ED3897. Grayscale: #868686. Windows color (decimal): -15546520 or 6866706. OLE color: 6866706.
HSL color Cylindrical-coordinate representation of color #12C768: hue angle of 148.51º 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 #12C768 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 199 | 104 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.22 |
| HSL | 148.51º | 0.83% | 0.43% | - |
| HSV(B) | 148.51º | 0.91% | 0.78% | - |
| XYZ | 23.17 | 41.97 | 19.98 | - |
| YUV | 134.05 | 111.03 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 199 | 104 | 0.91 | 0 | 0.48 | 0.22 | 148.51 | 0.83 | 0.43 |
| Hex | 12 | C7 | 68 | 5B | 0 | 30 | 16 | 95 | 53 | 2B |
| Octal | 22 | 307 | 150 | 133 | 0 | 60 | 26 | 225 | 123 | 53 |
| Binary | 10010 | 11000111 | 1101000 | 1011011 | 0 | 110000 | 10110 | 10010101 | 1010011 | 101011 |
Color Harmonies of #12C768
Complementary color
Monochromatic Colors of #12C768
Black with #12C768
Text Example
Text Example
White with #12C768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C768; }
p { color: rgb(18,199,104); }
H1.HeaderClassName
{
color: #12C768;
}
.AnyTagClassName
{
color: #12C768;
}
</style>
background-color css
<style>
a { background-color: #12C768; }
a { background-color: rgb(18,199,104); }
div.DivClassName
{
background-color: #12C768;
}
.BgClassName
{
background-color: #12C768;
}
</style>
border-color css
<style>
span { border-color: #12C768; }
span { border-color: rgb(18,199,104); }
td.TdClassName
{
border-color: #12C768;
}
.TagClassName
{
border-color: #12C768;
}
</style>