Shades of Malachite #12DB5E
Tints of Malachite #12DB5E
RGB
CMYK
RGB Variations
Color information
#12DB5E (or 0x12DB5E) is known color: Malachite. HEX triplet: 12, DB and 5E. RGB value is (18,219,94). Sum of RGB (Red+Green+Blue) = 18+219+94=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 219 (85.94% from 255 or 66.16% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DB5E is #ED24A1. Grayscale: #909090. Windows color (decimal): -15541410 or 6216466. OLE color: 6216466.
HSL color Cylindrical-coordinate representation of color #12DB5E: hue angle of 142.69º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB5E is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 94 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.14 |
| HSL | 142.69º | 0.85% | 0.46% | - |
| HSV(B) | 142.69º | 0.92% | 0.86% | - |
| XYZ | 27.6 | 51.6 | 19.09 | - |
| YUV | 144.65 | 99.41 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 94 | 0.92 | 0 | 0.57 | 0.14 | 142.69 | 0.85 | 0.46 |
| Hex | 12 | DB | 5E | 5C | 0 | 39 | E | 8F | 55 | 2E |
| Octal | 22 | 333 | 136 | 134 | 0 | 71 | 16 | 217 | 125 | 56 |
| Binary | 10010 | 11011011 | 1011110 | 1011100 | 0 | 111001 | 1110 | 10001111 | 1010101 | 101110 |
Color Harmonies of #12DB5E
Complementary color
Monochromatic Colors of #12DB5E
Black with #12DB5E
Text Example
Text Example
White with #12DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB5E; }
p { color: rgb(18,219,94); }
H1.HeaderClassName
{
color: #12DB5E;
}
.AnyTagClassName
{
color: #12DB5E;
}
</style>
background-color css
<style>
a { background-color: #12DB5E; }
a { background-color: rgb(18,219,94); }
div.DivClassName
{
background-color: #12DB5E;
}
.BgClassName
{
background-color: #12DB5E;
}
</style>
border-color css
<style>
span { border-color: #12DB5E; }
span { border-color: rgb(18,219,94); }
td.TdClassName
{
border-color: #12DB5E;
}
.TagClassName
{
border-color: #12DB5E;
}
</style>