Shades of Malachite #12DB5D
Tints of Malachite #12DB5D
RGB
CMYK
RGB Variations
Color information
#12DB5D (or 0x12DB5D) is known color: Malachite. HEX triplet: 12, DB and 5D. RGB value is (18,219,93). Sum of RGB (Red+Green+Blue) = 18+219+93=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 219 (85.94% from 255 or 66.36% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DB5D is #ED24A2. Grayscale: #909090. Windows color (decimal): -15541411 or 6150930. OLE color: 6150930.
HSL color Cylindrical-coordinate representation of color #12DB5D: hue angle of 142.39º 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 #12DB5D is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 93 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.14 |
| HSL | 142.39º | 0.85% | 0.46% | - |
| HSV(B) | 142.39º | 0.92% | 0.86% | - |
| XYZ | 27.56 | 51.58 | 18.86 | - |
| YUV | 144.54 | 98.91 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 93 | 0.92 | 0 | 0.58 | 0.14 | 142.39 | 0.85 | 0.46 |
| Hex | 12 | DB | 5D | 5C | 0 | 3A | E | 8E | 55 | 2E |
| Octal | 22 | 333 | 135 | 134 | 0 | 72 | 16 | 216 | 125 | 56 |
| Binary | 10010 | 11011011 | 1011101 | 1011100 | 0 | 111010 | 1110 | 10001110 | 1010101 | 101110 |
Color Harmonies of #12DB5D
Complementary color
Monochromatic Colors of #12DB5D
Black with #12DB5D
Text Example
Text Example
White with #12DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB5D; }
p { color: rgb(18,219,93); }
H1.HeaderClassName
{
color: #12DB5D;
}
.AnyTagClassName
{
color: #12DB5D;
}
</style>
background-color css
<style>
a { background-color: #12DB5D; }
a { background-color: rgb(18,219,93); }
div.DivClassName
{
background-color: #12DB5D;
}
.BgClassName
{
background-color: #12DB5D;
}
</style>
border-color css
<style>
span { border-color: #12DB5D; }
span { border-color: rgb(18,219,93); }
td.TdClassName
{
border-color: #12DB5D;
}
.TagClassName
{
border-color: #12DB5D;
}
</style>