Shades of Malachite #12F138
Tints of Malachite #12F138
RGB
CMYK
RGB Variations
Color information
#12F138 (or 0x12F138) is known color: Malachite. HEX triplet: 12, F1 and 38. RGB value is (18,241,56). Sum of RGB (Red+Green+Blue) = 18+241+56=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #12F138 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F138 is #ED0EC7. Grayscale: #999999. Windows color (decimal): -15535816 or 3731730. OLE color: 3731730.
HSL color Cylindrical-coordinate representation of color #12F138: hue angle of 130.22º degrees, saturation: 0.89, 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 #12F138 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 241 | 56 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.05 |
| HSL | 130.22º | 0.89% | 0.51% | - |
| HSV(B) | 130.22º | 0.93% | 0.95% | - |
| XYZ | 32.42 | 63.32 | 14.26 | - |
| YUV | 153.23 | 73.12 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 241 | 56 | 0.93 | 0 | 0.77 | 0.05 | 130.22 | 0.89 | 0.51 |
| Hex | 12 | F1 | 38 | 5D | 0 | 4D | 5 | 82 | 59 | 33 |
| Octal | 22 | 361 | 70 | 135 | 0 | 115 | 5 | 202 | 131 | 63 |
| Binary | 10010 | 11110001 | 111000 | 1011101 | 0 | 1001101 | 101 | 10000010 | 1011001 | 110011 |
Color Harmonies of #12F138
Complementary color
Monochromatic Colors of #12F138
Black with #12F138
Text Example
Text Example
White with #12F138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F138; }
p { color: rgb(18,241,56); }
H1.HeaderClassName
{
color: #12F138;
}
.AnyTagClassName
{
color: #12F138;
}
</style>
background-color css
<style>
a { background-color: #12F138; }
a { background-color: rgb(18,241,56); }
div.DivClassName
{
background-color: #12F138;
}
.BgClassName
{
background-color: #12F138;
}
</style>
border-color css
<style>
span { border-color: #12F138; }
span { border-color: rgb(18,241,56); }
td.TdClassName
{
border-color: #12F138;
}
.TagClassName
{
border-color: #12F138;
}
</style>