Shades of Malachite #12EC4B
Tints of Malachite #12EC4B
RGB
CMYK
RGB Variations
Color information
#12EC4B (or 0x12EC4B) is known color: Malachite. HEX triplet: 12, EC and 4B. RGB value is (18,236,75). Sum of RGB (Red+Green+Blue) = 18+236+75=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 236 (92.58% from 255 or 71.73% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EC4B is #ED13B4. Grayscale: #989898. Windows color (decimal): -15537077 or 4975634. OLE color: 4975634.
HSL color Cylindrical-coordinate representation of color #12EC4B: hue angle of 135.69º 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 #12EC4B is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 75 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.07 |
| HSL | 135.69º | 0.86% | 0.5% | - |
| HSV(B) | 135.69º | 0.92% | 0.93% | - |
| XYZ | 31.51 | 60.63 | 16.7 | - |
| YUV | 152.46 | 84.28 | 32.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 75 | 0.92 | 0 | 0.68 | 0.07 | 135.69 | 0.86 | 0.5 |
| Hex | 12 | EC | 4B | 5C | 0 | 44 | 7 | 88 | 56 | 32 |
| Octal | 22 | 354 | 113 | 134 | 0 | 104 | 7 | 210 | 126 | 62 |
| Binary | 10010 | 11101100 | 1001011 | 1011100 | 0 | 1000100 | 111 | 10001000 | 1010110 | 110010 |
Color Harmonies of #12EC4B
Complementary color
Monochromatic Colors of #12EC4B
Black with #12EC4B
Text Example
Text Example
White with #12EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC4B; }
p { color: rgb(18,236,75); }
H1.HeaderClassName
{
color: #12EC4B;
}
.AnyTagClassName
{
color: #12EC4B;
}
</style>
background-color css
<style>
a { background-color: #12EC4B; }
a { background-color: rgb(18,236,75); }
div.DivClassName
{
background-color: #12EC4B;
}
.BgClassName
{
background-color: #12EC4B;
}
</style>
border-color css
<style>
span { border-color: #12EC4B; }
span { border-color: rgb(18,236,75); }
td.TdClassName
{
border-color: #12EC4B;
}
.TagClassName
{
border-color: #12EC4B;
}
</style>