Shades of Malachite #12DC49
Tints of Malachite #12DC49
RGB
CMYK
RGB Variations
Color information
#12DC49 (or 0x12DC49) is known color: Malachite. HEX triplet: 12, DC and 49. RGB value is (18,220,73). Sum of RGB (Red+Green+Blue) = 18+220+73=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 220 (86.33% from 255 or 70.74% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC49 is #ED23B6. Grayscale: #8F8F8F. Windows color (decimal): -15541175 or 4840466. OLE color: 4840466.
HSL color Cylindrical-coordinate representation of color #12DC49: hue angle of 136.34º 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 #12DC49 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 73 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.14 |
| HSL | 136.34º | 0.85% | 0.47% | - |
| HSV(B) | 136.34º | 0.92% | 0.86% | - |
| XYZ | 27.05 | 51.8 | 14.88 | - |
| YUV | 142.84 | 88.58 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 73 | 0.92 | 0 | 0.67 | 0.14 | 136.34 | 0.85 | 0.47 |
| Hex | 12 | DC | 49 | 5C | 0 | 43 | E | 88 | 55 | 2F |
| Octal | 22 | 334 | 111 | 134 | 0 | 103 | 16 | 210 | 125 | 57 |
| Binary | 10010 | 11011100 | 1001001 | 1011100 | 0 | 1000011 | 1110 | 10001000 | 1010101 | 101111 |
Color Harmonies of #12DC49
Complementary color
Monochromatic Colors of #12DC49
Black with #12DC49
Text Example
Text Example
White with #12DC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC49; }
p { color: rgb(18,220,73); }
H1.HeaderClassName
{
color: #12DC49;
}
.AnyTagClassName
{
color: #12DC49;
}
</style>
background-color css
<style>
a { background-color: #12DC49; }
a { background-color: rgb(18,220,73); }
div.DivClassName
{
background-color: #12DC49;
}
.BgClassName
{
background-color: #12DC49;
}
</style>
border-color css
<style>
span { border-color: #12DC49; }
span { border-color: rgb(18,220,73); }
td.TdClassName
{
border-color: #12DC49;
}
.TagClassName
{
border-color: #12DC49;
}
</style>