Shades of Malachite #12FF40
Tints of Malachite #12FF40
RGB
CMYK
RGB Variations
Color information
#12FF40 (or 0x12FF40) is known color: Malachite. HEX triplet: 12, FF and 40. RGB value is (18,255,64). Sum of RGB (Red+Green+Blue) = 18+255+64=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 255 (100% from 255 or 75.67% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FF40 is #ED00BF. Grayscale: #A2A2A2. Windows color (decimal): -15532224 or 4259602. OLE color: 4259602.
HSL color Cylindrical-coordinate representation of color #12FF40: hue angle of 131.65º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF40 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 64 | - |
| CMYK | 0.93 | 0 | 0.75 | 0 |
| HSL | 131.65º | 1% | 0.54% | - |
| HSV(B) | 131.65º | 0.93% | 1% | - |
| XYZ | 36.93 | 72.02 | 16.8 | - |
| YUV | 162.36 | 72.48 | 25.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 64 | 0.93 | 0 | 0.75 | 0 | 131.65 | 1 | 0.54 |
| Hex | 12 | FF | 40 | 5D | 0 | 4B | 0 | 84 | 64 | 36 |
| Octal | 22 | 377 | 100 | 135 | 0 | 113 | 0 | 204 | 144 | 66 |
| Binary | 10010 | 11111111 | 1000000 | 1011101 | 0 | 1001011 | 0 | 10000100 | 1100100 | 110110 |
Color Harmonies of #12FF40
Complementary color
Monochromatic Colors of #12FF40
Black with #12FF40
Text Example
Text Example
White with #12FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FF40; }
p { color: rgb(18,255,64); }
H1.HeaderClassName
{
color: #12FF40;
}
.AnyTagClassName
{
color: #12FF40;
}
</style>
background-color css
<style>
a { background-color: #12FF40; }
a { background-color: rgb(18,255,64); }
div.DivClassName
{
background-color: #12FF40;
}
.BgClassName
{
background-color: #12FF40;
}
</style>
border-color css
<style>
span { border-color: #12FF40; }
span { border-color: rgb(18,255,64); }
td.TdClassName
{
border-color: #12FF40;
}
.TagClassName
{
border-color: #12FF40;
}
</style>