Shades of Malachite #12D047
Tints of Malachite #12D047
RGB
CMYK
RGB Variations
Color information
#12D047 (or 0x12D047) is known color: Malachite. HEX triplet: 12, D0 and 47. RGB value is (18,208,71). Sum of RGB (Red+Green+Blue) = 18+208+71=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 208 (81.64% from 255 or 70.03% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 208 - color contains mainly: green. Hex color #12D047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D047 is #ED2FB8. Grayscale: #878787. Windows color (decimal): -15544249 or 4706322. OLE color: 4706322.
HSL color Cylindrical-coordinate representation of color #12D047: hue angle of 136.74º 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 #12D047 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 71 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.18 |
| HSL | 136.74º | 0.84% | 0.44% | - |
| HSV(B) | 136.74º | 0.91% | 0.82% | - |
| XYZ | 23.94 | 45.7 | 13.52 | - |
| YUV | 135.57 | 91.55 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 71 | 0.91 | 0 | 0.66 | 0.18 | 136.74 | 0.84 | 0.44 |
| Hex | 12 | D0 | 47 | 5B | 0 | 42 | 12 | 89 | 54 | 2C |
| Octal | 22 | 320 | 107 | 133 | 0 | 102 | 22 | 211 | 124 | 54 |
| Binary | 10010 | 11010000 | 1000111 | 1011011 | 0 | 1000010 | 10010 | 10001001 | 1010100 | 101100 |
Color Harmonies of #12D047
Complementary color
Monochromatic Colors of #12D047
Black with #12D047
Text Example
Text Example
White with #12D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D047; }
p { color: rgb(18,208,71); }
H1.HeaderClassName
{
color: #12D047;
}
.AnyTagClassName
{
color: #12D047;
}
</style>
background-color css
<style>
a { background-color: #12D047; }
a { background-color: rgb(18,208,71); }
div.DivClassName
{
background-color: #12D047;
}
.BgClassName
{
background-color: #12D047;
}
</style>
border-color css
<style>
span { border-color: #12D047; }
span { border-color: rgb(18,208,71); }
td.TdClassName
{
border-color: #12D047;
}
.TagClassName
{
border-color: #12D047;
}
</style>