Shades of Malachite #12F040
Tints of Malachite #12F040
RGB
CMYK
RGB Variations
Color information
#12F040 (or 0x12F040) is known color: Malachite. HEX triplet: 12, F0 and 40. RGB value is (18,240,64). Sum of RGB (Red+Green+Blue) = 18+240+64=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #12F040 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F040 is #ED0FBF. Grayscale: #9A9A9A. Windows color (decimal): -15536064 or 4255762. OLE color: 4255762.
HSL color Cylindrical-coordinate representation of color #12F040: hue angle of 132.43º 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 #12F040 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 64 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.06 |
| HSL | 132.43º | 0.88% | 0.51% | - |
| HSV(B) | 132.43º | 0.93% | 0.94% | - |
| XYZ | 32.33 | 62.82 | 15.27 | - |
| YUV | 153.56 | 77.45 | 31.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 64 | 0.92 | 0 | 0.73 | 0.06 | 132.43 | 0.88 | 0.51 |
| Hex | 12 | F0 | 40 | 5C | 0 | 49 | 6 | 84 | 58 | 33 |
| Octal | 22 | 360 | 100 | 134 | 0 | 111 | 6 | 204 | 130 | 63 |
| Binary | 10010 | 11110000 | 1000000 | 1011100 | 0 | 1001001 | 110 | 10000100 | 1011000 | 110011 |
Color Harmonies of #12F040
Complementary color
Monochromatic Colors of #12F040
Black with #12F040
Text Example
Text Example
White with #12F040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F040; }
p { color: rgb(18,240,64); }
H1.HeaderClassName
{
color: #12F040;
}
.AnyTagClassName
{
color: #12F040;
}
</style>
background-color css
<style>
a { background-color: #12F040; }
a { background-color: rgb(18,240,64); }
div.DivClassName
{
background-color: #12F040;
}
.BgClassName
{
background-color: #12F040;
}
</style>
border-color css
<style>
span { border-color: #12F040; }
span { border-color: rgb(18,240,64); }
td.TdClassName
{
border-color: #12F040;
}
.TagClassName
{
border-color: #12F040;
}
</style>