Shades of Malachite #12E76B
Tints of Malachite #12E76B
RGB
CMYK
RGB Variations
Color information
#12E76B (or 0x12E76B) is known color: Malachite. HEX triplet: 12, E7 and 6B. RGB value is (18,231,107). Sum of RGB (Red+Green+Blue) = 18+231+107=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 231 (90.62% from 255 or 64.89% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 231 - color contains mainly: green. Hex color #12E76B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12E76B is #ED1894. Grayscale: #999999. Windows color (decimal): -15538325 or 7071506. OLE color: 7071506.
HSL color Cylindrical-coordinate representation of color #12E76B: hue angle of 145.07º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E76B is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 231 | 107 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.09 |
| HSL | 145.07º | 0.86% | 0.49% | - |
| HSV(B) | 145.07º | 0.92% | 0.91% | - |
| XYZ | 31.48 | 58.34 | 23.51 | - |
| YUV | 153.18 | 101.93 | 31.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 231 | 107 | 0.92 | 0 | 0.54 | 0.09 | 145.07 | 0.86 | 0.49 |
| Hex | 12 | E7 | 6B | 5C | 0 | 36 | 9 | 91 | 56 | 31 |
| Octal | 22 | 347 | 153 | 134 | 0 | 66 | 11 | 221 | 126 | 61 |
| Binary | 10010 | 11100111 | 1101011 | 1011100 | 0 | 110110 | 1001 | 10010001 | 1010110 | 110001 |
Color Harmonies of #12E76B
Complementary color
Monochromatic Colors of #12E76B
Black with #12E76B
Text Example
Text Example
White with #12E76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E76B; }
p { color: rgb(18,231,107); }
H1.HeaderClassName
{
color: #12E76B;
}
.AnyTagClassName
{
color: #12E76B;
}
</style>
background-color css
<style>
a { background-color: #12E76B; }
a { background-color: rgb(18,231,107); }
div.DivClassName
{
background-color: #12E76B;
}
.BgClassName
{
background-color: #12E76B;
}
</style>
border-color css
<style>
span { border-color: #12E76B; }
span { border-color: rgb(18,231,107); }
td.TdClassName
{
border-color: #12E76B;
}
.TagClassName
{
border-color: #12E76B;
}
</style>