Shades of Malachite #12D062
Tints of Malachite #12D062
RGB
CMYK
RGB Variations
Color information
#12D062 (or 0x12D062) is known color: Malachite. HEX triplet: 12, D0 and 62. RGB value is (18,208,98). Sum of RGB (Red+Green+Blue) = 18+208+98=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 208 (81.64% from 255 or 64.20% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 208 - color contains mainly: green. Hex color #12D062 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D062 is #ED2F9D. Grayscale: #8A8A8A. Windows color (decimal): -15544222 or 6475794. OLE color: 6475794.
HSL color Cylindrical-coordinate representation of color #12D062: hue angle of 145.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D062 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 98 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.18 |
| HSL | 145.26º | 0.84% | 0.44% | - |
| HSV(B) | 145.26º | 0.91% | 0.82% | - |
| XYZ | 25.01 | 46.12 | 19.14 | - |
| YUV | 138.65 | 105.05 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 98 | 0.91 | 0 | 0.53 | 0.18 | 145.26 | 0.84 | 0.44 |
| Hex | 12 | D0 | 62 | 5B | 0 | 35 | 12 | 91 | 54 | 2C |
| Octal | 22 | 320 | 142 | 133 | 0 | 65 | 22 | 221 | 124 | 54 |
| Binary | 10010 | 11010000 | 1100010 | 1011011 | 0 | 110101 | 10010 | 10010001 | 1010100 | 101100 |
Color Harmonies of #12D062
Complementary color
Monochromatic Colors of #12D062
Black with #12D062
Text Example
Text Example
White with #12D062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D062; }
p { color: rgb(18,208,98); }
H1.HeaderClassName
{
color: #12D062;
}
.AnyTagClassName
{
color: #12D062;
}
</style>
background-color css
<style>
a { background-color: #12D062; }
a { background-color: rgb(18,208,98); }
div.DivClassName
{
background-color: #12D062;
}
.BgClassName
{
background-color: #12D062;
}
</style>
border-color css
<style>
span { border-color: #12D062; }
span { border-color: rgb(18,208,98); }
td.TdClassName
{
border-color: #12D062;
}
.TagClassName
{
border-color: #12D062;
}
</style>