Shades of Malachite #12F257
Tints of Malachite #12F257
RGB
CMYK
RGB Variations
Color information
#12F257 (or 0x12F257) is known color: Malachite. HEX triplet: 12, F2 and 57. RGB value is (18,242,87). Sum of RGB (Red+Green+Blue) = 18+242+87=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #12F257 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F257 is #ED0DA8. Grayscale: #9D9D9D. Windows color (decimal): -15535529 or 5763602. OLE color: 5763602.
HSL color Cylindrical-coordinate representation of color #12F257: hue angle of 138.48º 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 #12F257 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 87 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.05 |
| HSL | 138.48º | 0.9% | 0.51% | - |
| HSV(B) | 138.48º | 0.93% | 0.95% | - |
| XYZ | 33.72 | 64.32 | 19.65 | - |
| YUV | 157.35 | 88.29 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 87 | 0.93 | 0 | 0.64 | 0.05 | 138.48 | 0.9 | 0.51 |
| Hex | 12 | F2 | 57 | 5D | 0 | 40 | 5 | 8A | 5A | 33 |
| Octal | 22 | 362 | 127 | 135 | 0 | 100 | 5 | 212 | 132 | 63 |
| Binary | 10010 | 11110010 | 1010111 | 1011101 | 0 | 1000000 | 101 | 10001010 | 1011010 | 110011 |
Color Harmonies of #12F257
Complementary color
Monochromatic Colors of #12F257
Black with #12F257
Text Example
Text Example
White with #12F257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F257; }
p { color: rgb(18,242,87); }
H1.HeaderClassName
{
color: #12F257;
}
.AnyTagClassName
{
color: #12F257;
}
</style>
background-color css
<style>
a { background-color: #12F257; }
a { background-color: rgb(18,242,87); }
div.DivClassName
{
background-color: #12F257;
}
.BgClassName
{
background-color: #12F257;
}
</style>
border-color css
<style>
span { border-color: #12F257; }
span { border-color: rgb(18,242,87); }
td.TdClassName
{
border-color: #12F257;
}
.TagClassName
{
border-color: #12F257;
}
</style>