Shades of Malachite #12C65C
Tints of Malachite #12C65C
RGB
CMYK
RGB Variations
Color information
#12C65C (or 0x12C65C) is known color: Malachite. HEX triplet: 12, C6 and 5C. RGB value is (18,198,92). Sum of RGB (Red+Green+Blue) = 18+198+92=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 198 (77.73% from 255 or 64.29% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 198 - color contains mainly: green. Hex color #12C65C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C65C is #ED39A3. Grayscale: #848484. Windows color (decimal): -15546788 or 6080018. OLE color: 6080018.
HSL color Cylindrical-coordinate representation of color #12C65C: hue angle of 144.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C65C is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 198 | 92 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.22 |
| HSL | 144.67º | 0.83% | 0.42% | - |
| HSV(B) | 144.67º | 0.91% | 0.78% | - |
| XYZ | 22.38 | 41.29 | 16.92 | - |
| YUV | 132.1 | 105.37 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 198 | 92 | 0.91 | 0 | 0.54 | 0.22 | 144.67 | 0.83 | 0.42 |
| Hex | 12 | C6 | 5C | 5B | 0 | 36 | 16 | 91 | 53 | 2A |
| Octal | 22 | 306 | 134 | 133 | 0 | 66 | 26 | 221 | 123 | 52 |
| Binary | 10010 | 11000110 | 1011100 | 1011011 | 0 | 110110 | 10110 | 10010001 | 1010011 | 101010 |
Color Harmonies of #12C65C
Complementary color
Monochromatic Colors of #12C65C
Black with #12C65C
Text Example
Text Example
White with #12C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C65C; }
p { color: rgb(18,198,92); }
H1.HeaderClassName
{
color: #12C65C;
}
.AnyTagClassName
{
color: #12C65C;
}
</style>
background-color css
<style>
a { background-color: #12C65C; }
a { background-color: rgb(18,198,92); }
div.DivClassName
{
background-color: #12C65C;
}
.BgClassName
{
background-color: #12C65C;
}
</style>
border-color css
<style>
span { border-color: #12C65C; }
span { border-color: rgb(18,198,92); }
td.TdClassName
{
border-color: #12C65C;
}
.TagClassName
{
border-color: #12C65C;
}
</style>