Shades of Malachite #12F04C
Tints of Malachite #12F04C
RGB
CMYK
RGB Variations
Color information
#12F04C (or 0x12F04C) is known color: Malachite. HEX triplet: 12, F0 and 4C. RGB value is (18,240,76). Sum of RGB (Red+Green+Blue) = 18+240+76=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 240 (94.14% from 255 or 71.86% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 240 - color contains mainly: green. Hex color #12F04C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F04C is #ED0FB3. Grayscale: #9B9B9B. Windows color (decimal): -15536052 or 5042194. OLE color: 5042194.
HSL color Cylindrical-coordinate representation of color #12F04C: hue angle of 135.68º 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 #12F04C is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 76 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.06 |
| HSL | 135.68º | 0.88% | 0.51% | - |
| HSV(B) | 135.68º | 0.93% | 0.94% | - |
| XYZ | 32.71 | 62.97 | 17.27 | - |
| YUV | 154.93 | 83.45 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 76 | 0.92 | 0 | 0.68 | 0.06 | 135.68 | 0.88 | 0.51 |
| Hex | 12 | F0 | 4C | 5C | 0 | 44 | 6 | 88 | 58 | 33 |
| Octal | 22 | 360 | 114 | 134 | 0 | 104 | 6 | 210 | 130 | 63 |
| Binary | 10010 | 11110000 | 1001100 | 1011100 | 0 | 1000100 | 110 | 10001000 | 1011000 | 110011 |
Color Harmonies of #12F04C
Complementary color
Monochromatic Colors of #12F04C
Black with #12F04C
Text Example
Text Example
White with #12F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F04C; }
p { color: rgb(18,240,76); }
H1.HeaderClassName
{
color: #12F04C;
}
.AnyTagClassName
{
color: #12F04C;
}
</style>
background-color css
<style>
a { background-color: #12F04C; }
a { background-color: rgb(18,240,76); }
div.DivClassName
{
background-color: #12F04C;
}
.BgClassName
{
background-color: #12F04C;
}
</style>
border-color css
<style>
span { border-color: #12F04C; }
span { border-color: rgb(18,240,76); }
td.TdClassName
{
border-color: #12F04C;
}
.TagClassName
{
border-color: #12F04C;
}
</style>