Shades of Malachite #12DB48
Tints of Malachite #12DB48
RGB
CMYK
RGB Variations
Color information
#12DB48 (or 0x12DB48) is known color: Malachite. HEX triplet: 12, DB and 48. RGB value is (18,219,72). Sum of RGB (Red+Green+Blue) = 18+219+72=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 219 (85.94% from 255 or 70.87% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB48 is #ED24B7. Grayscale: #8E8E8E. Windows color (decimal): -15541432 or 4774674. OLE color: 4774674.
HSL color Cylindrical-coordinate representation of color #12DB48: hue angle of 136.12º 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 #12DB48 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 72 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.14 |
| HSL | 136.12º | 0.85% | 0.46% | - |
| HSV(B) | 136.12º | 0.92% | 0.86% | - |
| XYZ | 26.75 | 51.26 | 14.62 | - |
| YUV | 142.14 | 88.41 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 72 | 0.92 | 0 | 0.67 | 0.14 | 136.12 | 0.85 | 0.46 |
| Hex | 12 | DB | 48 | 5C | 0 | 43 | E | 88 | 55 | 2E |
| Octal | 22 | 333 | 110 | 134 | 0 | 103 | 16 | 210 | 125 | 56 |
| Binary | 10010 | 11011011 | 1001000 | 1011100 | 0 | 1000011 | 1110 | 10001000 | 1010101 | 101110 |
Color Harmonies of #12DB48
Complementary color
Monochromatic Colors of #12DB48
Black with #12DB48
Text Example
Text Example
White with #12DB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB48; }
p { color: rgb(18,219,72); }
H1.HeaderClassName
{
color: #12DB48;
}
.AnyTagClassName
{
color: #12DB48;
}
</style>
background-color css
<style>
a { background-color: #12DB48; }
a { background-color: rgb(18,219,72); }
div.DivClassName
{
background-color: #12DB48;
}
.BgClassName
{
background-color: #12DB48;
}
</style>
border-color css
<style>
span { border-color: #12DB48; }
span { border-color: rgb(18,219,72); }
td.TdClassName
{
border-color: #12DB48;
}
.TagClassName
{
border-color: #12DB48;
}
</style>