Shades of Malachite #12DB44
Tints of Malachite #12DB44
RGB
CMYK
RGB Variations
Color information
#12DB44 (or 0x12DB44) is known color: Malachite. HEX triplet: 12, DB and 44. RGB value is (18,219,68). Sum of RGB (Red+Green+Blue) = 18+219+68=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 219 (85.94% from 255 or 71.80% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB44 is #ED24BB. Grayscale: #8E8E8E. Windows color (decimal): -15541436 or 4512530. OLE color: 4512530.
HSL color Cylindrical-coordinate representation of color #12DB44: hue angle of 134.93º 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 #12DB44 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 68 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.14 |
| HSL | 134.93º | 0.85% | 0.46% | - |
| HSV(B) | 134.93º | 0.92% | 0.86% | - |
| XYZ | 26.62 | 51.21 | 13.95 | - |
| YUV | 141.69 | 86.41 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 68 | 0.92 | 0 | 0.69 | 0.14 | 134.93 | 0.85 | 0.46 |
| Hex | 12 | DB | 44 | 5C | 0 | 45 | E | 87 | 55 | 2E |
| Octal | 22 | 333 | 104 | 134 | 0 | 105 | 16 | 207 | 125 | 56 |
| Binary | 10010 | 11011011 | 1000100 | 1011100 | 0 | 1000101 | 1110 | 10000111 | 1010101 | 101110 |
Color Harmonies of #12DB44
Complementary color
Monochromatic Colors of #12DB44
Black with #12DB44
Text Example
Text Example
White with #12DB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB44; }
p { color: rgb(18,219,68); }
H1.HeaderClassName
{
color: #12DB44;
}
.AnyTagClassName
{
color: #12DB44;
}
</style>
background-color css
<style>
a { background-color: #12DB44; }
a { background-color: rgb(18,219,68); }
div.DivClassName
{
background-color: #12DB44;
}
.BgClassName
{
background-color: #12DB44;
}
</style>
border-color css
<style>
span { border-color: #12DB44; }
span { border-color: rgb(18,219,68); }
td.TdClassName
{
border-color: #12DB44;
}
.TagClassName
{
border-color: #12DB44;
}
</style>