Shades of Malachite #12F63E
Tints of Malachite #12F63E
RGB
CMYK
RGB Variations
Color information
#12F63E (or 0x12F63E) is known color: Malachite. HEX triplet: 12, F6 and 3E. RGB value is (18,246,62). Sum of RGB (Red+Green+Blue) = 18+246+62=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 246 (96.48% from 255 or 75.46% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 246 - color contains mainly: green. Hex color #12F63E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F63E is #ED09C1. Grayscale: #9D9D9D. Windows color (decimal): -15534530 or 4126226. OLE color: 4126226.
HSL color Cylindrical-coordinate representation of color #12F63E: hue angle of 131.58º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F63E is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 246 | 62 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.04 |
| HSL | 131.58º | 0.93% | 0.52% | - |
| HSV(B) | 131.58º | 0.93% | 0.96% | - |
| XYZ | 34.07 | 66.39 | 15.58 | - |
| YUV | 156.85 | 74.46 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 246 | 62 | 0.93 | 0 | 0.75 | 0.04 | 131.58 | 0.93 | 0.52 |
| Hex | 12 | F6 | 3E | 5D | 0 | 4B | 4 | 84 | 5D | 34 |
| Octal | 22 | 366 | 76 | 135 | 0 | 113 | 4 | 204 | 135 | 64 |
| Binary | 10010 | 11110110 | 111110 | 1011101 | 0 | 1001011 | 100 | 10000100 | 1011101 | 110100 |
Color Harmonies of #12F63E
Complementary color
Monochromatic Colors of #12F63E
Black with #12F63E
Text Example
Text Example
White with #12F63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F63E; }
p { color: rgb(18,246,62); }
H1.HeaderClassName
{
color: #12F63E;
}
.AnyTagClassName
{
color: #12F63E;
}
</style>
background-color css
<style>
a { background-color: #12F63E; }
a { background-color: rgb(18,246,62); }
div.DivClassName
{
background-color: #12F63E;
}
.BgClassName
{
background-color: #12F63E;
}
</style>
border-color css
<style>
span { border-color: #12F63E; }
span { border-color: rgb(18,246,62); }
td.TdClassName
{
border-color: #12F63E;
}
.TagClassName
{
border-color: #12F63E;
}
</style>