Shades of Malachite #12DB43
Tints of Malachite #12DB43
RGB
CMYK
RGB Variations
Color information
#12DB43 (or 0x12DB43) is known color: Malachite. HEX triplet: 12, DB and 43. RGB value is (18,219,67). Sum of RGB (Red+Green+Blue) = 18+219+67=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 219 (85.94% from 255 or 72.04% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB43 is #ED24BC. Grayscale: #8D8D8D. Windows color (decimal): -15541437 or 4446994. OLE color: 4446994.
HSL color Cylindrical-coordinate representation of color #12DB43: hue angle of 134.63º 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 #12DB43 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 67 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.14 |
| HSL | 134.63º | 0.85% | 0.46% | - |
| HSV(B) | 134.63º | 0.92% | 0.86% | - |
| XYZ | 26.59 | 51.2 | 13.79 | - |
| YUV | 141.57 | 85.91 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 67 | 0.92 | 0 | 0.69 | 0.14 | 134.63 | 0.85 | 0.46 |
| Hex | 12 | DB | 43 | 5C | 0 | 45 | E | 87 | 55 | 2E |
| Octal | 22 | 333 | 103 | 134 | 0 | 105 | 16 | 207 | 125 | 56 |
| Binary | 10010 | 11011011 | 1000011 | 1011100 | 0 | 1000101 | 1110 | 10000111 | 1010101 | 101110 |
Color Harmonies of #12DB43
Complementary color
Monochromatic Colors of #12DB43
Black with #12DB43
Text Example
Text Example
White with #12DB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB43; }
p { color: rgb(18,219,67); }
H1.HeaderClassName
{
color: #12DB43;
}
.AnyTagClassName
{
color: #12DB43;
}
</style>
background-color css
<style>
a { background-color: #12DB43; }
a { background-color: rgb(18,219,67); }
div.DivClassName
{
background-color: #12DB43;
}
.BgClassName
{
background-color: #12DB43;
}
</style>
border-color css
<style>
span { border-color: #12DB43; }
span { border-color: rgb(18,219,67); }
td.TdClassName
{
border-color: #12DB43;
}
.TagClassName
{
border-color: #12DB43;
}
</style>