Shades of Malachite #12EC69
Tints of Malachite #12EC69
RGB
CMYK
RGB Variations
Color information
#12EC69 (or 0x12EC69) is known color: Malachite. HEX triplet: 12, EC and 69. RGB value is (18,236,105). Sum of RGB (Red+Green+Blue) = 18+236+105=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 236 (92.58% from 255 or 65.74% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EC69 is #ED1396. Grayscale: #9C9C9C. Windows color (decimal): -15537047 or 6941714. OLE color: 6941714.
HSL color Cylindrical-coordinate representation of color #12EC69: hue angle of 143.94º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EC69 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 105 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.07 |
| HSL | 143.95º | 0.86% | 0.5% | - |
| HSV(B) | 143.95º | 0.92% | 0.93% | - |
| XYZ | 32.79 | 61.14 | 23.44 | - |
| YUV | 155.88 | 99.28 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 105 | 0.92 | 0 | 0.56 | 0.07 | 143.95 | 0.86 | 0.5 |
| Hex | 12 | EC | 69 | 5C | 0 | 38 | 7 | 90 | 56 | 32 |
| Octal | 22 | 354 | 151 | 134 | 0 | 70 | 7 | 220 | 126 | 62 |
| Binary | 10010 | 11101100 | 1101001 | 1011100 | 0 | 111000 | 111 | 10010000 | 1010110 | 110010 |
Color Harmonies of #12EC69
Complementary color
Monochromatic Colors of #12EC69
Black with #12EC69
Text Example
Text Example
White with #12EC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC69; }
p { color: rgb(18,236,105); }
H1.HeaderClassName
{
color: #12EC69;
}
.AnyTagClassName
{
color: #12EC69;
}
</style>
background-color css
<style>
a { background-color: #12EC69; }
a { background-color: rgb(18,236,105); }
div.DivClassName
{
background-color: #12EC69;
}
.BgClassName
{
background-color: #12EC69;
}
</style>
border-color css
<style>
span { border-color: #12EC69; }
span { border-color: rgb(18,236,105); }
td.TdClassName
{
border-color: #12EC69;
}
.TagClassName
{
border-color: #12EC69;
}
</style>