Shades of Malachite #12F340
Tints of Malachite #12F340
RGB
CMYK
RGB Variations
Color information
#12F340 (or 0x12F340) is known color: Malachite. HEX triplet: 12, F3 and 40. RGB value is (18,243,64). Sum of RGB (Red+Green+Blue) = 18+243+64=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 243 (95.31% from 255 or 74.77% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 243 - color contains mainly: green. Hex color #12F340 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F340 is #ED0CBF. Grayscale: #9B9B9B. Windows color (decimal): -15535296 or 4256530. OLE color: 4256530.
HSL color Cylindrical-coordinate representation of color #12F340: hue angle of 132.27º 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 #12F340 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 243 | 64 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.05 |
| HSL | 132.27º | 0.9% | 0.51% | - |
| HSV(B) | 132.27º | 0.93% | 0.95% | - |
| XYZ | 33.23 | 64.6 | 15.57 | - |
| YUV | 155.32 | 76.46 | 30.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 243 | 64 | 0.93 | 0 | 0.74 | 0.05 | 132.27 | 0.9 | 0.51 |
| Hex | 12 | F3 | 40 | 5D | 0 | 4A | 5 | 84 | 5A | 33 |
| Octal | 22 | 363 | 100 | 135 | 0 | 112 | 5 | 204 | 132 | 63 |
| Binary | 10010 | 11110011 | 1000000 | 1011101 | 0 | 1001010 | 101 | 10000100 | 1011010 | 110011 |
Color Harmonies of #12F340
Complementary color
Monochromatic Colors of #12F340
Black with #12F340
Text Example
Text Example
White with #12F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F340; }
p { color: rgb(18,243,64); }
H1.HeaderClassName
{
color: #12F340;
}
.AnyTagClassName
{
color: #12F340;
}
</style>
background-color css
<style>
a { background-color: #12F340; }
a { background-color: rgb(18,243,64); }
div.DivClassName
{
background-color: #12F340;
}
.BgClassName
{
background-color: #12F340;
}
</style>
border-color css
<style>
span { border-color: #12F340; }
span { border-color: rgb(18,243,64); }
td.TdClassName
{
border-color: #12F340;
}
.TagClassName
{
border-color: #12F340;
}
</style>