Shades of Malachite #12F240
Tints of Malachite #12F240
RGB
CMYK
RGB Variations
Color information
#12F240 (or 0x12F240) is known color: Malachite. HEX triplet: 12, F2 and 40. RGB value is (18,242,64). Sum of RGB (Red+Green+Blue) = 18+242+64=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 242 (94.92% from 255 or 74.69% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 242 - color contains mainly: green. Hex color #12F240 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F240 is #ED0DBF. Grayscale: #9B9B9B. Windows color (decimal): -15535552 or 4256274. OLE color: 4256274.
HSL color Cylindrical-coordinate representation of color #12F240: hue angle of 132.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F240 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 64 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.05 |
| HSL | 132.32º | 0.9% | 0.51% | - |
| HSV(B) | 132.32º | 0.93% | 0.95% | - |
| XYZ | 32.93 | 64 | 15.47 | - |
| YUV | 154.73 | 76.79 | 30.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 64 | 0.93 | 0 | 0.74 | 0.05 | 132.32 | 0.9 | 0.51 |
| Hex | 12 | F2 | 40 | 5D | 0 | 4A | 5 | 84 | 5A | 33 |
| Octal | 22 | 362 | 100 | 135 | 0 | 112 | 5 | 204 | 132 | 63 |
| Binary | 10010 | 11110010 | 1000000 | 1011101 | 0 | 1001010 | 101 | 10000100 | 1011010 | 110011 |
Color Harmonies of #12F240
Complementary color
Monochromatic Colors of #12F240
Black with #12F240
Text Example
Text Example
White with #12F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F240; }
p { color: rgb(18,242,64); }
H1.HeaderClassName
{
color: #12F240;
}
.AnyTagClassName
{
color: #12F240;
}
</style>
background-color css
<style>
a { background-color: #12F240; }
a { background-color: rgb(18,242,64); }
div.DivClassName
{
background-color: #12F240;
}
.BgClassName
{
background-color: #12F240;
}
</style>
border-color css
<style>
span { border-color: #12F240; }
span { border-color: rgb(18,242,64); }
td.TdClassName
{
border-color: #12F240;
}
.TagClassName
{
border-color: #12F240;
}
</style>