Shades of Malachite #12F756
Tints of Malachite #12F756
RGB
CMYK
RGB Variations
Color information
#12F756 (or 0x12F756) is known color: Malachite. HEX triplet: 12, F7 and 56. RGB value is (18,247,86). Sum of RGB (Red+Green+Blue) = 18+247+86=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 247 (96.88% from 255 or 70.37% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 247 - color contains mainly: green. Hex color #12F756 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F756 is #ED08A9. Grayscale: #A0A0A0. Windows color (decimal): -15534250 or 5699346. OLE color: 5699346.
HSL color Cylindrical-coordinate representation of color #12F756: hue angle of 137.82º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F756 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 247 | 86 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.03 |
| HSL | 137.82º | 0.93% | 0.52% | - |
| HSV(B) | 137.82º | 0.93% | 0.97% | - |
| XYZ | 35.19 | 67.32 | 19.94 | - |
| YUV | 160.18 | 86.13 | 26.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 247 | 86 | 0.93 | 0 | 0.65 | 0.03 | 137.82 | 0.93 | 0.52 |
| Hex | 12 | F7 | 56 | 5D | 0 | 41 | 3 | 8A | 5D | 34 |
| Octal | 22 | 367 | 126 | 135 | 0 | 101 | 3 | 212 | 135 | 64 |
| Binary | 10010 | 11110111 | 1010110 | 1011101 | 0 | 1000001 | 11 | 10001010 | 1011101 | 110100 |
Color Harmonies of #12F756
Complementary color
Monochromatic Colors of #12F756
Black with #12F756
Text Example
Text Example
White with #12F756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F756; }
p { color: rgb(18,247,86); }
H1.HeaderClassName
{
color: #12F756;
}
.AnyTagClassName
{
color: #12F756;
}
</style>
background-color css
<style>
a { background-color: #12F756; }
a { background-color: rgb(18,247,86); }
div.DivClassName
{
background-color: #12F756;
}
.BgClassName
{
background-color: #12F756;
}
</style>
border-color css
<style>
span { border-color: #12F756; }
span { border-color: rgb(18,247,86); }
td.TdClassName
{
border-color: #12F756;
}
.TagClassName
{
border-color: #12F756;
}
</style>