Shades of Malachite #12D641
Tints of Malachite #12D641
RGB
CMYK
RGB Variations
Color information
#12D641 (or 0x12D641) is known color: Malachite. HEX triplet: 12, D6 and 41. RGB value is (18,214,65). Sum of RGB (Red+Green+Blue) = 18+214+65=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 214 (83.98% from 255 or 72.05% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 214 - color contains mainly: green. Hex color #12D641 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D641 is #ED29BE. Grayscale: #8A8A8A. Windows color (decimal): -15542719 or 4314642. OLE color: 4314642.
HSL color Cylindrical-coordinate representation of color #12D641: hue angle of 134.39º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D641 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 65 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.16 |
| HSL | 134.39º | 0.84% | 0.45% | - |
| HSV(B) | 134.39º | 0.92% | 0.84% | - |
| XYZ | 25.25 | 48.6 | 13.05 | - |
| YUV | 138.41 | 86.57 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 65 | 0.92 | 0 | 0.70 | 0.16 | 134.39 | 0.84 | 0.45 |
| Hex | 12 | D6 | 41 | 5C | 0 | 46 | 10 | 86 | 54 | 2D |
| Octal | 22 | 326 | 101 | 134 | 0 | 106 | 20 | 206 | 124 | 55 |
| Binary | 10010 | 11010110 | 1000001 | 1011100 | 0 | 1000110 | 10000 | 10000110 | 1010100 | 101101 |
Color Harmonies of #12D641
Complementary color
Monochromatic Colors of #12D641
Black with #12D641
Text Example
Text Example
White with #12D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D641; }
p { color: rgb(18,214,65); }
H1.HeaderClassName
{
color: #12D641;
}
.AnyTagClassName
{
color: #12D641;
}
</style>
background-color css
<style>
a { background-color: #12D641; }
a { background-color: rgb(18,214,65); }
div.DivClassName
{
background-color: #12D641;
}
.BgClassName
{
background-color: #12D641;
}
</style>
border-color css
<style>
span { border-color: #12D641; }
span { border-color: rgb(18,214,65); }
td.TdClassName
{
border-color: #12D641;
}
.TagClassName
{
border-color: #12D641;
}
</style>