Shades of Malachite #12FA49
Tints of Malachite #12FA49
RGB
CMYK
RGB Variations
Color information
#12FA49 (or 0x12FA49) is known color: Malachite. HEX triplet: 12, FA and 49. RGB value is (18,250,73). Sum of RGB (Red+Green+Blue) = 18+250+73=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 250 (98.05% from 255 or 73.31% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FA49 is #ED05B6. Grayscale: #A0A0A0. Windows color (decimal): -15533495 or 4848146. OLE color: 4848146.
HSL color Cylindrical-coordinate representation of color #12FA49: hue angle of 134.22º 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 #12FA49 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 73 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.02 |
| HSL | 134.22º | 0.96% | 0.53% | - |
| HSV(B) | 134.22º | 0.93% | 0.98% | - |
| XYZ | 35.64 | 68.98 | 17.74 | - |
| YUV | 160.45 | 78.64 | 26.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 73 | 0.93 | 0 | 0.71 | 0.02 | 134.22 | 0.96 | 0.53 |
| Hex | 12 | FA | 49 | 5D | 0 | 47 | 2 | 86 | 60 | 35 |
| Octal | 22 | 372 | 111 | 135 | 0 | 107 | 2 | 206 | 140 | 65 |
| Binary | 10010 | 11111010 | 1001001 | 1011101 | 0 | 1000111 | 10 | 10000110 | 1100000 | 110101 |
Color Harmonies of #12FA49
Complementary color
Monochromatic Colors of #12FA49
Black with #12FA49
Text Example
Text Example
White with #12FA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FA49; }
p { color: rgb(18,250,73); }
H1.HeaderClassName
{
color: #12FA49;
}
.AnyTagClassName
{
color: #12FA49;
}
</style>
background-color css
<style>
a { background-color: #12FA49; }
a { background-color: rgb(18,250,73); }
div.DivClassName
{
background-color: #12FA49;
}
.BgClassName
{
background-color: #12FA49;
}
</style>
border-color css
<style>
span { border-color: #12FA49; }
span { border-color: rgb(18,250,73); }
td.TdClassName
{
border-color: #12FA49;
}
.TagClassName
{
border-color: #12FA49;
}
</style>