Shades of Malachite #12DC3C
Tints of Malachite #12DC3C
RGB
CMYK
RGB Variations
Color information
#12DC3C (or 0x12DC3C) is known color: Malachite. HEX triplet: 12, DC and 3C. RGB value is (18,220,60). Sum of RGB (Red+Green+Blue) = 18+220+60=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 220 (86.33% from 255 or 73.83% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC3C is #ED23C3. Grayscale: #8D8D8D. Windows color (decimal): -15541188 or 3988498. OLE color: 3988498.
HSL color Cylindrical-coordinate representation of color #12DC3C: hue angle of 132.48º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC3C is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 60 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.14 |
| HSL | 132.48º | 0.85% | 0.47% | - |
| HSV(B) | 132.48º | 0.92% | 0.86% | - |
| XYZ | 26.66 | 51.64 | 12.84 | - |
| YUV | 141.36 | 82.08 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 60 | 0.92 | 0 | 0.73 | 0.14 | 132.48 | 0.85 | 0.47 |
| Hex | 12 | DC | 3C | 5C | 0 | 49 | E | 84 | 55 | 2F |
| Octal | 22 | 334 | 74 | 134 | 0 | 111 | 16 | 204 | 125 | 57 |
| Binary | 10010 | 11011100 | 111100 | 1011100 | 0 | 1001001 | 1110 | 10000100 | 1010101 | 101111 |
Color Harmonies of #12DC3C
Complementary color
Monochromatic Colors of #12DC3C
Black with #12DC3C
Text Example
Text Example
White with #12DC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC3C; }
p { color: rgb(18,220,60); }
H1.HeaderClassName
{
color: #12DC3C;
}
.AnyTagClassName
{
color: #12DC3C;
}
</style>
background-color css
<style>
a { background-color: #12DC3C; }
a { background-color: rgb(18,220,60); }
div.DivClassName
{
background-color: #12DC3C;
}
.BgClassName
{
background-color: #12DC3C;
}
</style>
border-color css
<style>
span { border-color: #12DC3C; }
span { border-color: rgb(18,220,60); }
td.TdClassName
{
border-color: #12DC3C;
}
.TagClassName
{
border-color: #12DC3C;
}
</style>