Shades of Malachite #12D84C
Tints of Malachite #12D84C
RGB
CMYK
RGB Variations
Color information
#12D84C (or 0x12D84C) is known color: Malachite. HEX triplet: 12, D8 and 4C. RGB value is (18,216,76). Sum of RGB (Red+Green+Blue) = 18+216+76=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 216 (84.77% from 255 or 69.68% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 216 - color contains mainly: green. Hex color #12D84C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D84C is #ED27B3. Grayscale: #8D8D8D. Windows color (decimal): -15542196 or 5036050. OLE color: 5036050.
HSL color Cylindrical-coordinate representation of color #12D84C: hue angle of 137.58º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D84C is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 216 | 76 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.15 |
| HSL | 137.58º | 0.85% | 0.46% | - |
| HSV(B) | 137.58º | 0.92% | 0.85% | - |
| XYZ | 26.11 | 49.76 | 15.07 | - |
| YUV | 140.84 | 91.4 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 76 | 0.92 | 0 | 0.65 | 0.15 | 137.58 | 0.85 | 0.46 |
| Hex | 12 | D8 | 4C | 5C | 0 | 41 | F | 8A | 55 | 2E |
| Octal | 22 | 330 | 114 | 134 | 0 | 101 | 17 | 212 | 125 | 56 |
| Binary | 10010 | 11011000 | 1001100 | 1011100 | 0 | 1000001 | 1111 | 10001010 | 1010101 | 101110 |
Color Harmonies of #12D84C
Complementary color
Monochromatic Colors of #12D84C
Black with #12D84C
Text Example
Text Example
White with #12D84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D84C; }
p { color: rgb(18,216,76); }
H1.HeaderClassName
{
color: #12D84C;
}
.AnyTagClassName
{
color: #12D84C;
}
</style>
background-color css
<style>
a { background-color: #12D84C; }
a { background-color: rgb(18,216,76); }
div.DivClassName
{
background-color: #12D84C;
}
.BgClassName
{
background-color: #12D84C;
}
</style>
border-color css
<style>
span { border-color: #12D84C; }
span { border-color: rgb(18,216,76); }
td.TdClassName
{
border-color: #12D84C;
}
.TagClassName
{
border-color: #12D84C;
}
</style>