Shades of Malachite #12D071
Tints of Malachite #12D071
RGB
CMYK
RGB Variations
Color information
#12D071 (or 0x12D071) is known color: Malachite. HEX triplet: 12, D0 and 71. RGB value is (18,208,113). Sum of RGB (Red+Green+Blue) = 18+208+113=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #12D071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D071 is #ED2F8E. Grayscale: #8C8C8C. Windows color (decimal): -15544207 or 7458834. OLE color: 7458834.
HSL color Cylindrical-coordinate representation of color #12D071: hue angle of 150º 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 #12D071 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 113 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.18 |
| HSL | 150º | 0.84% | 0.44% | - |
| HSV(B) | 150º | 0.91% | 0.82% | - |
| XYZ | 25.79 | 46.43 | 23.23 | - |
| YUV | 140.36 | 112.55 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 113 | 0.91 | 0 | 0.46 | 0.18 | 150 | 0.84 | 0.44 |
| Hex | 12 | D0 | 71 | 5B | 0 | 2E | 12 | 96 | 54 | 2C |
| Octal | 22 | 320 | 161 | 133 | 0 | 56 | 22 | 226 | 124 | 54 |
| Binary | 10010 | 11010000 | 1110001 | 1011011 | 0 | 101110 | 10010 | 10010110 | 1010100 | 101100 |
Color Harmonies of #12D071
Complementary color
Monochromatic Colors of #12D071
Black with #12D071
Text Example
Text Example
White with #12D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D071; }
p { color: rgb(18,208,113); }
H1.HeaderClassName
{
color: #12D071;
}
.AnyTagClassName
{
color: #12D071;
}
</style>
background-color css
<style>
a { background-color: #12D071; }
a { background-color: rgb(18,208,113); }
div.DivClassName
{
background-color: #12D071;
}
.BgClassName
{
background-color: #12D071;
}
</style>
border-color css
<style>
span { border-color: #12D071; }
span { border-color: rgb(18,208,113); }
td.TdClassName
{
border-color: #12D071;
}
.TagClassName
{
border-color: #12D071;
}
</style>