Shades of Malachite #12F237
Tints of Malachite #12F237
RGB
CMYK
RGB Variations
Color information
#12F237 (or 0x12F237) is known color: Malachite. HEX triplet: 12, F2 and 37. RGB value is (18,242,55). Sum of RGB (Red+Green+Blue) = 18+242+55=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 242 (94.92% from 255 or 76.83% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 242 - color contains mainly: green. Hex color #12F237 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F237 is #ED0DC8. Grayscale: #9A9A9A. Windows color (decimal): -15535561 or 3666450. OLE color: 3666450.
HSL color Cylindrical-coordinate representation of color #12F237: hue angle of 129.91º 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 #12F237 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 55 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.05 |
| HSL | 129.91º | 0.9% | 0.51% | - |
| HSV(B) | 129.91º | 0.93% | 0.95% | - |
| XYZ | 32.69 | 63.91 | 14.23 | - |
| YUV | 153.71 | 72.29 | 31.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 55 | 0.93 | 0 | 0.77 | 0.05 | 129.91 | 0.9 | 0.51 |
| Hex | 12 | F2 | 37 | 5D | 0 | 4D | 5 | 82 | 5A | 33 |
| Octal | 22 | 362 | 67 | 135 | 0 | 115 | 5 | 202 | 132 | 63 |
| Binary | 10010 | 11110010 | 110111 | 1011101 | 0 | 1001101 | 101 | 10000010 | 1011010 | 110011 |
Color Harmonies of #12F237
Complementary color
Monochromatic Colors of #12F237
Black with #12F237
Text Example
Text Example
White with #12F237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F237; }
p { color: rgb(18,242,55); }
H1.HeaderClassName
{
color: #12F237;
}
.AnyTagClassName
{
color: #12F237;
}
</style>
background-color css
<style>
a { background-color: #12F237; }
a { background-color: rgb(18,242,55); }
div.DivClassName
{
background-color: #12F237;
}
.BgClassName
{
background-color: #12F237;
}
</style>
border-color css
<style>
span { border-color: #12F237; }
span { border-color: rgb(18,242,55); }
td.TdClassName
{
border-color: #12F237;
}
.TagClassName
{
border-color: #12F237;
}
</style>