Shades of Malachite #12D653
Tints of Malachite #12D653
RGB
CMYK
RGB Variations
Color information
#12D653 (or 0x12D653) is known color: Malachite. HEX triplet: 12, D6 and 53. RGB value is (18,214,83). Sum of RGB (Red+Green+Blue) = 18+214+83=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #12D653 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D653 is #ED29AC. Grayscale: #8C8C8C. Windows color (decimal): -15542701 or 5494290. OLE color: 5494290.
HSL color Cylindrical-coordinate representation of color #12D653: hue angle of 139.9º 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 #12D653 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 83 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.16 |
| HSL | 139.9º | 0.84% | 0.45% | - |
| HSV(B) | 139.9º | 0.92% | 0.84% | - |
| XYZ | 25.86 | 48.85 | 16.25 | - |
| YUV | 140.46 | 95.57 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 83 | 0.92 | 0 | 0.61 | 0.16 | 139.9 | 0.84 | 0.45 |
| Hex | 12 | D6 | 53 | 5C | 0 | 3D | 10 | 8C | 54 | 2D |
| Octal | 22 | 326 | 123 | 134 | 0 | 75 | 20 | 214 | 124 | 55 |
| Binary | 10010 | 11010110 | 1010011 | 1011100 | 0 | 111101 | 10000 | 10001100 | 1010100 | 101101 |
Color Harmonies of #12D653
Complementary color
Monochromatic Colors of #12D653
Black with #12D653
Text Example
Text Example
White with #12D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D653; }
p { color: rgb(18,214,83); }
H1.HeaderClassName
{
color: #12D653;
}
.AnyTagClassName
{
color: #12D653;
}
</style>
background-color css
<style>
a { background-color: #12D653; }
a { background-color: rgb(18,214,83); }
div.DivClassName
{
background-color: #12D653;
}
.BgClassName
{
background-color: #12D653;
}
</style>
border-color css
<style>
span { border-color: #12D653; }
span { border-color: rgb(18,214,83); }
td.TdClassName
{
border-color: #12D653;
}
.TagClassName
{
border-color: #12D653;
}
</style>