Shades of Malachite #12F044
Tints of Malachite #12F044
RGB
CMYK
RGB Variations
Color information
#12F044 (or 0x12F044) is known color: Malachite. HEX triplet: 12, F0 and 44. RGB value is (18,240,68). Sum of RGB (Red+Green+Blue) = 18+240+68=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 240 (94.14% from 255 or 73.62% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 240 - color contains mainly: green. Hex color #12F044 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F044 is #ED0FBB. Grayscale: #9A9A9A. Windows color (decimal): -15536060 or 4517906. OLE color: 4517906.
HSL color Cylindrical-coordinate representation of color #12F044: hue angle of 133.51º 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 #12F044 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 68 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.06 |
| HSL | 133.51º | 0.88% | 0.51% | - |
| HSV(B) | 133.51º | 0.93% | 0.94% | - |
| XYZ | 32.45 | 62.87 | 15.89 | - |
| YUV | 154.01 | 79.45 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 68 | 0.92 | 0 | 0.72 | 0.06 | 133.51 | 0.88 | 0.51 |
| Hex | 12 | F0 | 44 | 5C | 0 | 48 | 6 | 86 | 58 | 33 |
| Octal | 22 | 360 | 104 | 134 | 0 | 110 | 6 | 206 | 130 | 63 |
| Binary | 10010 | 11110000 | 1000100 | 1011100 | 0 | 1001000 | 110 | 10000110 | 1011000 | 110011 |
Color Harmonies of #12F044
Complementary color
Monochromatic Colors of #12F044
Black with #12F044
Text Example
Text Example
White with #12F044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F044; }
p { color: rgb(18,240,68); }
H1.HeaderClassName
{
color: #12F044;
}
.AnyTagClassName
{
color: #12F044;
}
</style>
background-color css
<style>
a { background-color: #12F044; }
a { background-color: rgb(18,240,68); }
div.DivClassName
{
background-color: #12F044;
}
.BgClassName
{
background-color: #12F044;
}
</style>
border-color css
<style>
span { border-color: #12F044; }
span { border-color: rgb(18,240,68); }
td.TdClassName
{
border-color: #12F044;
}
.TagClassName
{
border-color: #12F044;
}
</style>