Shades of Malachite #12FA5E
Tints of Malachite #12FA5E
RGB
CMYK
RGB Variations
Color information
#12FA5E (or 0x12FA5E) is known color: Malachite. HEX triplet: 12, FA and 5E. RGB value is (18,250,94). Sum of RGB (Red+Green+Blue) = 18+250+94=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 250 (98.05% from 255 or 69.06% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FA5E is #ED05A1. Grayscale: #A3A3A3. Windows color (decimal): -15533474 or 6224402. OLE color: 6224402.
HSL color Cylindrical-coordinate representation of color #12FA5E: hue angle of 139.66º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FA5E is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 94 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.02 |
| HSL | 139.66º | 0.96% | 0.53% | - |
| HSV(B) | 139.66º | 0.93% | 0.98% | - |
| XYZ | 36.46 | 69.31 | 22.05 | - |
| YUV | 162.85 | 89.14 | 24.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 94 | 0.93 | 0 | 0.62 | 0.02 | 139.66 | 0.96 | 0.53 |
| Hex | 12 | FA | 5E | 5D | 0 | 3E | 2 | 8C | 60 | 35 |
| Octal | 22 | 372 | 136 | 135 | 0 | 76 | 2 | 214 | 140 | 65 |
| Binary | 10010 | 11111010 | 1011110 | 1011101 | 0 | 111110 | 10 | 10001100 | 1100000 | 110101 |
Color Harmonies of #12FA5E
Complementary color
Monochromatic Colors of #12FA5E
Black with #12FA5E
Text Example
Text Example
White with #12FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FA5E; }
p { color: rgb(18,250,94); }
H1.HeaderClassName
{
color: #12FA5E;
}
.AnyTagClassName
{
color: #12FA5E;
}
</style>
background-color css
<style>
a { background-color: #12FA5E; }
a { background-color: rgb(18,250,94); }
div.DivClassName
{
background-color: #12FA5E;
}
.BgClassName
{
background-color: #12FA5E;
}
</style>
border-color css
<style>
span { border-color: #12FA5E; }
span { border-color: rgb(18,250,94); }
td.TdClassName
{
border-color: #12FA5E;
}
.TagClassName
{
border-color: #12FA5E;
}
</style>