Shades of Malachite #12DC44
Tints of Malachite #12DC44
RGB
CMYK
RGB Variations
Color information
#12DC44 (or 0x12DC44) is known color: Malachite. HEX triplet: 12, DC and 44. RGB value is (18,220,68). Sum of RGB (Red+Green+Blue) = 18+220+68=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 220 (86.33% from 255 or 71.90% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC44 is #ED23BB. Grayscale: #8E8E8E. Windows color (decimal): -15541180 or 4512786. OLE color: 4512786.
HSL color Cylindrical-coordinate representation of color #12DC44: hue angle of 134.85º 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 #12DC44 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 68 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.14 |
| HSL | 134.85º | 0.85% | 0.47% | - |
| HSV(B) | 134.85º | 0.92% | 0.86% | - |
| XYZ | 26.89 | 51.73 | 14.04 | - |
| YUV | 142.27 | 86.08 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 68 | 0.92 | 0 | 0.69 | 0.14 | 134.85 | 0.85 | 0.47 |
| Hex | 12 | DC | 44 | 5C | 0 | 45 | E | 87 | 55 | 2F |
| Octal | 22 | 334 | 104 | 134 | 0 | 105 | 16 | 207 | 125 | 57 |
| Binary | 10010 | 11011100 | 1000100 | 1011100 | 0 | 1000101 | 1110 | 10000111 | 1010101 | 101111 |
Color Harmonies of #12DC44
Complementary color
Monochromatic Colors of #12DC44
Black with #12DC44
Text Example
Text Example
White with #12DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC44; }
p { color: rgb(18,220,68); }
H1.HeaderClassName
{
color: #12DC44;
}
.AnyTagClassName
{
color: #12DC44;
}
</style>
background-color css
<style>
a { background-color: #12DC44; }
a { background-color: rgb(18,220,68); }
div.DivClassName
{
background-color: #12DC44;
}
.BgClassName
{
background-color: #12DC44;
}
</style>
border-color css
<style>
span { border-color: #12DC44; }
span { border-color: rgb(18,220,68); }
td.TdClassName
{
border-color: #12DC44;
}
.TagClassName
{
border-color: #12DC44;
}
</style>