Shades of Malachite #12DB3E
Tints of Malachite #12DB3E
RGB
CMYK
RGB Variations
Color information
#12DB3E (or 0x12DB3E) is known color: Malachite. HEX triplet: 12, DB and 3E. RGB value is (18,219,62). Sum of RGB (Red+Green+Blue) = 18+219+62=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 219 (85.94% from 255 or 73.24% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB3E is #ED24C1. Grayscale: #8D8D8D. Windows color (decimal): -15541442 or 4119314. OLE color: 4119314.
HSL color Cylindrical-coordinate representation of color #12DB3E: hue angle of 133.13º 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 #12DB3E is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 62 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.14 |
| HSL | 133.13º | 0.85% | 0.46% | - |
| HSV(B) | 133.13º | 0.92% | 0.86% | - |
| XYZ | 26.45 | 51.14 | 13.03 | - |
| YUV | 141 | 83.41 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 62 | 0.92 | 0 | 0.72 | 0.14 | 133.13 | 0.85 | 0.46 |
| Hex | 12 | DB | 3E | 5C | 0 | 48 | E | 85 | 55 | 2E |
| Octal | 22 | 333 | 76 | 134 | 0 | 110 | 16 | 205 | 125 | 56 |
| Binary | 10010 | 11011011 | 111110 | 1011100 | 0 | 1001000 | 1110 | 10000101 | 1010101 | 101110 |
Color Harmonies of #12DB3E
Complementary color
Monochromatic Colors of #12DB3E
Black with #12DB3E
Text Example
Text Example
White with #12DB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB3E; }
p { color: rgb(18,219,62); }
H1.HeaderClassName
{
color: #12DB3E;
}
.AnyTagClassName
{
color: #12DB3E;
}
</style>
background-color css
<style>
a { background-color: #12DB3E; }
a { background-color: rgb(18,219,62); }
div.DivClassName
{
background-color: #12DB3E;
}
.BgClassName
{
background-color: #12DB3E;
}
</style>
border-color css
<style>
span { border-color: #12DB3E; }
span { border-color: rgb(18,219,62); }
td.TdClassName
{
border-color: #12DB3E;
}
.TagClassName
{
border-color: #12DB3E;
}
</style>