Shades of Malachite #12DB5F
Tints of Malachite #12DB5F
RGB
CMYK
RGB Variations
Color information
#12DB5F (or 0x12DB5F) is known color: Malachite. HEX triplet: 12, DB and 5F. RGB value is (18,219,95). Sum of RGB (Red+Green+Blue) = 18+219+95=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 219 (85.94% from 255 or 65.96% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DB5F is #ED24A0. Grayscale: #919191. Windows color (decimal): -15541409 or 6282002. OLE color: 6282002.
HSL color Cylindrical-coordinate representation of color #12DB5F: hue angle of 142.99º 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 #12DB5F is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 95 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.14 |
| HSL | 142.99º | 0.85% | 0.46% | - |
| HSV(B) | 142.99º | 0.92% | 0.86% | - |
| XYZ | 27.65 | 51.62 | 19.33 | - |
| YUV | 144.77 | 99.91 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 95 | 0.92 | 0 | 0.57 | 0.14 | 142.99 | 0.85 | 0.46 |
| Hex | 12 | DB | 5F | 5C | 0 | 39 | E | 8F | 55 | 2E |
| Octal | 22 | 333 | 137 | 134 | 0 | 71 | 16 | 217 | 125 | 56 |
| Binary | 10010 | 11011011 | 1011111 | 1011100 | 0 | 111001 | 1110 | 10001111 | 1010101 | 101110 |
Color Harmonies of #12DB5F
Complementary color
Monochromatic Colors of #12DB5F
Black with #12DB5F
Text Example
Text Example
White with #12DB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB5F; }
p { color: rgb(18,219,95); }
H1.HeaderClassName
{
color: #12DB5F;
}
.AnyTagClassName
{
color: #12DB5F;
}
</style>
background-color css
<style>
a { background-color: #12DB5F; }
a { background-color: rgb(18,219,95); }
div.DivClassName
{
background-color: #12DB5F;
}
.BgClassName
{
background-color: #12DB5F;
}
</style>
border-color css
<style>
span { border-color: #12DB5F; }
span { border-color: rgb(18,219,95); }
td.TdClassName
{
border-color: #12DB5F;
}
.TagClassName
{
border-color: #12DB5F;
}
</style>