Shades of Malachite #12DA3E
Tints of Malachite #12DA3E
RGB
CMYK
RGB Variations
Color information
#12DA3E (or 0x12DA3E) is known color: Malachite. HEX triplet: 12, DA and 3E. RGB value is (18,218,62). Sum of RGB (Red+Green+Blue) = 18+218+62=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 218 (85.55% from 255 or 73.15% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DA3E is #ED25C1. Grayscale: #8C8C8C. Windows color (decimal): -15541698 or 4119058. OLE color: 4119058.
HSL color Cylindrical-coordinate representation of color #12DA3E: hue angle of 133.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA3E is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 62 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.15 |
| HSL | 133.2º | 0.85% | 0.46% | - |
| HSV(B) | 133.2º | 0.92% | 0.85% | - |
| XYZ | 26.19 | 50.62 | 12.95 | - |
| YUV | 140.42 | 83.74 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 62 | 0.92 | 0 | 0.72 | 0.15 | 133.2 | 0.85 | 0.46 |
| Hex | 12 | DA | 3E | 5C | 0 | 48 | F | 85 | 55 | 2E |
| Octal | 22 | 332 | 76 | 134 | 0 | 110 | 17 | 205 | 125 | 56 |
| Binary | 10010 | 11011010 | 111110 | 1011100 | 0 | 1001000 | 1111 | 10000101 | 1010101 | 101110 |
Color Harmonies of #12DA3E
Complementary color
Monochromatic Colors of #12DA3E
Black with #12DA3E
Text Example
Text Example
White with #12DA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DA3E; }
p { color: rgb(18,218,62); }
H1.HeaderClassName
{
color: #12DA3E;
}
.AnyTagClassName
{
color: #12DA3E;
}
</style>
background-color css
<style>
a { background-color: #12DA3E; }
a { background-color: rgb(18,218,62); }
div.DivClassName
{
background-color: #12DA3E;
}
.BgClassName
{
background-color: #12DA3E;
}
</style>
border-color css
<style>
span { border-color: #12DA3E; }
span { border-color: rgb(18,218,62); }
td.TdClassName
{
border-color: #12DA3E;
}
.TagClassName
{
border-color: #12DA3E;
}
</style>