Shades of Malachite #12E666
Tints of Malachite #12E666
RGB
CMYK
RGB Variations
Color information
#12E666 (or 0x12E666) is known color: Malachite. HEX triplet: 12, E6 and 66. RGB value is (18,230,102). Sum of RGB (Red+Green+Blue) = 18+230+102=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 230 (90.23% from 255 or 65.71% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 230 - color contains mainly: green. Hex color #12E666 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12E666 is #ED1999. Grayscale: #989898. Windows color (decimal): -15538586 or 6743570. OLE color: 6743570.
HSL color Cylindrical-coordinate representation of color #12E666: hue angle of 143.77º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E666 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 230 | 102 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.10 |
| HSL | 143.77º | 0.85% | 0.49% | - |
| HSV(B) | 143.77º | 0.92% | 0.9% | - |
| XYZ | 30.94 | 57.68 | 22.07 | - |
| YUV | 152.02 | 99.76 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 230 | 102 | 0.92 | 0 | 0.56 | 0.10 | 143.77 | 0.85 | 0.49 |
| Hex | 12 | E6 | 66 | 5C | 0 | 38 | A | 90 | 55 | 31 |
| Octal | 22 | 346 | 146 | 134 | 0 | 70 | 12 | 220 | 125 | 61 |
| Binary | 10010 | 11100110 | 1100110 | 1011100 | 0 | 111000 | 1010 | 10010000 | 1010101 | 110001 |
Color Harmonies of #12E666
Complementary color
Monochromatic Colors of #12E666
Black with #12E666
Text Example
Text Example
White with #12E666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E666; }
p { color: rgb(18,230,102); }
H1.HeaderClassName
{
color: #12E666;
}
.AnyTagClassName
{
color: #12E666;
}
</style>
background-color css
<style>
a { background-color: #12E666; }
a { background-color: rgb(18,230,102); }
div.DivClassName
{
background-color: #12E666;
}
.BgClassName
{
background-color: #12E666;
}
</style>
border-color css
<style>
span { border-color: #12E666; }
span { border-color: rgb(18,230,102); }
td.TdClassName
{
border-color: #12E666;
}
.TagClassName
{
border-color: #12E666;
}
</style>