Shades of Malachite #12D04D
Tints of Malachite #12D04D
RGB
CMYK
RGB Variations
Color information
#12D04D (or 0x12D04D) is known color: Malachite. HEX triplet: 12, D0 and 4D. RGB value is (18,208,77). Sum of RGB (Red+Green+Blue) = 18+208+77=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #12D04D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D04D is #ED2FB2. Grayscale: #888888. Windows color (decimal): -15544243 or 5099538. OLE color: 5099538.
HSL color Cylindrical-coordinate representation of color #12D04D: hue angle of 138.63º 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 #12D04D is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 77 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.18 |
| HSL | 138.63º | 0.84% | 0.44% | - |
| HSV(B) | 138.63º | 0.91% | 0.82% | - |
| XYZ | 24.14 | 45.78 | 14.58 | - |
| YUV | 136.26 | 94.55 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 77 | 0.91 | 0 | 0.63 | 0.18 | 138.63 | 0.84 | 0.44 |
| Hex | 12 | D0 | 4D | 5B | 0 | 3F | 12 | 8B | 54 | 2C |
| Octal | 22 | 320 | 115 | 133 | 0 | 77 | 22 | 213 | 124 | 54 |
| Binary | 10010 | 11010000 | 1001101 | 1011011 | 0 | 111111 | 10010 | 10001011 | 1010100 | 101100 |
Color Harmonies of #12D04D
Complementary color
Monochromatic Colors of #12D04D
Black with #12D04D
Text Example
Text Example
White with #12D04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D04D; }
p { color: rgb(18,208,77); }
H1.HeaderClassName
{
color: #12D04D;
}
.AnyTagClassName
{
color: #12D04D;
}
</style>
background-color css
<style>
a { background-color: #12D04D; }
a { background-color: rgb(18,208,77); }
div.DivClassName
{
background-color: #12D04D;
}
.BgClassName
{
background-color: #12D04D;
}
</style>
border-color css
<style>
span { border-color: #12D04D; }
span { border-color: rgb(18,208,77); }
td.TdClassName
{
border-color: #12D04D;
}
.TagClassName
{
border-color: #12D04D;
}
</style>