Shades of Malachite #12F04D
Tints of Malachite #12F04D
RGB
CMYK
RGB Variations
Color information
#12F04D (or 0x12F04D) is known color: Malachite. HEX triplet: 12, F0 and 4D. RGB value is (18,240,77). Sum of RGB (Red+Green+Blue) = 18+240+77=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 240 (94.14% from 255 or 71.64% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 240 - color contains mainly: green. Hex color #12F04D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F04D is #ED0FB2. Grayscale: #9B9B9B. Windows color (decimal): -15536051 or 5107730. OLE color: 5107730.
HSL color Cylindrical-coordinate representation of color #12F04D: hue angle of 135.95º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F04D is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 77 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.06 |
| HSL | 135.95º | 0.88% | 0.51% | - |
| HSV(B) | 135.95º | 0.93% | 0.94% | - |
| XYZ | 32.75 | 62.98 | 17.45 | - |
| YUV | 155.04 | 83.95 | 30.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 77 | 0.92 | 0 | 0.68 | 0.06 | 135.95 | 0.88 | 0.51 |
| Hex | 12 | F0 | 4D | 5C | 0 | 44 | 6 | 88 | 58 | 33 |
| Octal | 22 | 360 | 115 | 134 | 0 | 104 | 6 | 210 | 130 | 63 |
| Binary | 10010 | 11110000 | 1001101 | 1011100 | 0 | 1000100 | 110 | 10001000 | 1011000 | 110011 |
Color Harmonies of #12F04D
Complementary color
Monochromatic Colors of #12F04D
Black with #12F04D
Text Example
Text Example
White with #12F04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F04D; }
p { color: rgb(18,240,77); }
H1.HeaderClassName
{
color: #12F04D;
}
.AnyTagClassName
{
color: #12F04D;
}
</style>
background-color css
<style>
a { background-color: #12F04D; }
a { background-color: rgb(18,240,77); }
div.DivClassName
{
background-color: #12F04D;
}
.BgClassName
{
background-color: #12F04D;
}
</style>
border-color css
<style>
span { border-color: #12F04D; }
span { border-color: rgb(18,240,77); }
td.TdClassName
{
border-color: #12F04D;
}
.TagClassName
{
border-color: #12F04D;
}
</style>