Shades of Malachite #12DC67
Tints of Malachite #12DC67
RGB
CMYK
RGB Variations
Color information
#12DC67 (or 0x12DC67) is known color: Malachite. HEX triplet: 12, DC and 67. RGB value is (18,220,103). Sum of RGB (Red+Green+Blue) = 18+220+103=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DC67 is #ED2398. Grayscale: #929292. Windows color (decimal): -15541145 or 6806546. OLE color: 6806546.
HSL color Cylindrical-coordinate representation of color #12DC67: hue angle of 145.25º 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 #12DC67 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 103 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.14 |
| HSL | 145.25º | 0.85% | 0.47% | - |
| HSV(B) | 145.25º | 0.92% | 0.86% | - |
| XYZ | 28.29 | 52.29 | 21.43 | - |
| YUV | 146.26 | 103.58 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 103 | 0.92 | 0 | 0.53 | 0.14 | 145.25 | 0.85 | 0.47 |
| Hex | 12 | DC | 67 | 5C | 0 | 35 | E | 91 | 55 | 2F |
| Octal | 22 | 334 | 147 | 134 | 0 | 65 | 16 | 221 | 125 | 57 |
| Binary | 10010 | 11011100 | 1100111 | 1011100 | 0 | 110101 | 1110 | 10010001 | 1010101 | 101111 |
Color Harmonies of #12DC67
Complementary color
Monochromatic Colors of #12DC67
Black with #12DC67
Text Example
Text Example
White with #12DC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC67; }
p { color: rgb(18,220,103); }
H1.HeaderClassName
{
color: #12DC67;
}
.AnyTagClassName
{
color: #12DC67;
}
</style>
background-color css
<style>
a { background-color: #12DC67; }
a { background-color: rgb(18,220,103); }
div.DivClassName
{
background-color: #12DC67;
}
.BgClassName
{
background-color: #12DC67;
}
</style>
border-color css
<style>
span { border-color: #12DC67; }
span { border-color: rgb(18,220,103); }
td.TdClassName
{
border-color: #12DC67;
}
.TagClassName
{
border-color: #12DC67;
}
</style>