Shades of Malachite #12F45A
Tints of Malachite #12F45A
RGB
CMYK
RGB Variations
Color information
#12F45A (or 0x12F45A) is known color: Malachite. HEX triplet: 12, F4 and 5A. RGB value is (18,244,90). Sum of RGB (Red+Green+Blue) = 18+244+90=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 244 (95.70% from 255 or 69.32% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 244 - color contains mainly: green. Hex color #12F45A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F45A is #ED0BA5. Grayscale: #9F9F9F. Windows color (decimal): -15535014 or 5960722. OLE color: 5960722.
HSL color Cylindrical-coordinate representation of color #12F45A: hue angle of 139.12º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F45A is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 244 | 90 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.04 |
| HSL | 139.12º | 0.91% | 0.51% | - |
| HSV(B) | 139.12º | 0.93% | 0.96% | - |
| XYZ | 34.45 | 65.57 | 20.51 | - |
| YUV | 158.87 | 89.13 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 244 | 90 | 0.93 | 0 | 0.63 | 0.04 | 139.12 | 0.91 | 0.51 |
| Hex | 12 | F4 | 5A | 5D | 0 | 3F | 4 | 8B | 5B | 33 |
| Octal | 22 | 364 | 132 | 135 | 0 | 77 | 4 | 213 | 133 | 63 |
| Binary | 10010 | 11110100 | 1011010 | 1011101 | 0 | 111111 | 100 | 10001011 | 1011011 | 110011 |
Color Harmonies of #12F45A
Complementary color
Monochromatic Colors of #12F45A
Black with #12F45A
Text Example
Text Example
White with #12F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F45A; }
p { color: rgb(18,244,90); }
H1.HeaderClassName
{
color: #12F45A;
}
.AnyTagClassName
{
color: #12F45A;
}
</style>
background-color css
<style>
a { background-color: #12F45A; }
a { background-color: rgb(18,244,90); }
div.DivClassName
{
background-color: #12F45A;
}
.BgClassName
{
background-color: #12F45A;
}
</style>
border-color css
<style>
span { border-color: #12F45A; }
span { border-color: rgb(18,244,90); }
td.TdClassName
{
border-color: #12F45A;
}
.TagClassName
{
border-color: #12F45A;
}
</style>