Shades of Malachite #12FA3F
Tints of Malachite #12FA3F
RGB
CMYK
RGB Variations
Color information
#12FA3F (or 0x12FA3F) is known color: Malachite. HEX triplet: 12, FA and 3F. RGB value is (18,250,63). Sum of RGB (Red+Green+Blue) = 18+250+63=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 250 (98.05% from 255 or 75.53% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FA3F is #ED05C0. Grayscale: #9F9F9F. Windows color (decimal): -15533505 or 4192786. OLE color: 4192786.
HSL color Cylindrical-coordinate representation of color #12FA3F: hue angle of 131.64º 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 #12FA3F is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 63 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.02 |
| HSL | 131.64º | 0.96% | 0.53% | - |
| HSV(B) | 131.64º | 0.93% | 0.98% | - |
| XYZ | 35.33 | 68.86 | 16.13 | - |
| YUV | 159.31 | 73.64 | 27.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 63 | 0.93 | 0 | 0.75 | 0.02 | 131.64 | 0.96 | 0.53 |
| Hex | 12 | FA | 3F | 5D | 0 | 4B | 2 | 84 | 60 | 35 |
| Octal | 22 | 372 | 77 | 135 | 0 | 113 | 2 | 204 | 140 | 65 |
| Binary | 10010 | 11111010 | 111111 | 1011101 | 0 | 1001011 | 10 | 10000100 | 1100000 | 110101 |
Color Harmonies of #12FA3F
Complementary color
Monochromatic Colors of #12FA3F
Black with #12FA3F
Text Example
Text Example
White with #12FA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FA3F; }
p { color: rgb(18,250,63); }
H1.HeaderClassName
{
color: #12FA3F;
}
.AnyTagClassName
{
color: #12FA3F;
}
</style>
background-color css
<style>
a { background-color: #12FA3F; }
a { background-color: rgb(18,250,63); }
div.DivClassName
{
background-color: #12FA3F;
}
.BgClassName
{
background-color: #12FA3F;
}
</style>
border-color css
<style>
span { border-color: #12FA3F; }
span { border-color: rgb(18,250,63); }
td.TdClassName
{
border-color: #12FA3F;
}
.TagClassName
{
border-color: #12FA3F;
}
</style>