Shades of Malachite #12EA3E
Tints of Malachite #12EA3E
RGB
CMYK
RGB Variations
Color information
#12EA3E (or 0x12EA3E) is known color: Malachite. HEX triplet: 12, EA and 3E. RGB value is (18,234,62). Sum of RGB (Red+Green+Blue) = 18+234+62=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 234 (91.80% from 255 or 74.52% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 234 - color contains mainly: green. Hex color #12EA3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EA3E is #ED15C1. Grayscale: #969696. Windows color (decimal): -15537602 or 4123154. OLE color: 4123154.
HSL color Cylindrical-coordinate representation of color #12EA3E: hue angle of 132.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EA3E is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 234 | 62 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.08 |
| HSL | 132.22º | 0.86% | 0.49% | - |
| HSV(B) | 132.22º | 0.92% | 0.92% | - |
| XYZ | 30.54 | 59.32 | 14.4 | - |
| YUV | 149.81 | 78.44 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 234 | 62 | 0.92 | 0 | 0.74 | 0.08 | 132.22 | 0.86 | 0.49 |
| Hex | 12 | EA | 3E | 5C | 0 | 4A | 8 | 84 | 56 | 31 |
| Octal | 22 | 352 | 76 | 134 | 0 | 112 | 10 | 204 | 126 | 61 |
| Binary | 10010 | 11101010 | 111110 | 1011100 | 0 | 1001010 | 1000 | 10000100 | 1010110 | 110001 |
Color Harmonies of #12EA3E
Complementary color
Monochromatic Colors of #12EA3E
Black with #12EA3E
Text Example
Text Example
White with #12EA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EA3E; }
p { color: rgb(18,234,62); }
H1.HeaderClassName
{
color: #12EA3E;
}
.AnyTagClassName
{
color: #12EA3E;
}
</style>
background-color css
<style>
a { background-color: #12EA3E; }
a { background-color: rgb(18,234,62); }
div.DivClassName
{
background-color: #12EA3E;
}
.BgClassName
{
background-color: #12EA3E;
}
</style>
border-color css
<style>
span { border-color: #12EA3E; }
span { border-color: rgb(18,234,62); }
td.TdClassName
{
border-color: #12EA3E;
}
.TagClassName
{
border-color: #12EA3E;
}
</style>