Shades of Malachite #12DB69
Tints of Malachite #12DB69
RGB
CMYK
RGB Variations
Color information
#12DB69 (or 0x12DB69) is known color: Malachite. HEX triplet: 12, DB and 69. RGB value is (18,219,105). Sum of RGB (Red+Green+Blue) = 18+219+105=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 219 (85.94% from 255 or 64.04% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DB69 is #ED2496. Grayscale: #929292. Windows color (decimal): -15541399 or 6937362. OLE color: 6937362.
HSL color Cylindrical-coordinate representation of color #12DB69: hue angle of 145.97º 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 #12DB69 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 105 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.14 |
| HSL | 145.97º | 0.85% | 0.46% | - |
| HSV(B) | 145.97º | 0.92% | 0.86% | - |
| XYZ | 28.13 | 51.81 | 21.88 | - |
| YUV | 145.91 | 104.91 | 36.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 105 | 0.92 | 0 | 0.52 | 0.14 | 145.97 | 0.85 | 0.46 |
| Hex | 12 | DB | 69 | 5C | 0 | 34 | E | 92 | 55 | 2E |
| Octal | 22 | 333 | 151 | 134 | 0 | 64 | 16 | 222 | 125 | 56 |
| Binary | 10010 | 11011011 | 1101001 | 1011100 | 0 | 110100 | 1110 | 10010010 | 1010101 | 101110 |
Color Harmonies of #12DB69
Complementary color
Monochromatic Colors of #12DB69
Black with #12DB69
Text Example
Text Example
White with #12DB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB69; }
p { color: rgb(18,219,105); }
H1.HeaderClassName
{
color: #12DB69;
}
.AnyTagClassName
{
color: #12DB69;
}
</style>
background-color css
<style>
a { background-color: #12DB69; }
a { background-color: rgb(18,219,105); }
div.DivClassName
{
background-color: #12DB69;
}
.BgClassName
{
background-color: #12DB69;
}
</style>
border-color css
<style>
span { border-color: #12DB69; }
span { border-color: rgb(18,219,105); }
td.TdClassName
{
border-color: #12DB69;
}
.TagClassName
{
border-color: #12DB69;
}
</style>