Shades of Malachite #12F039
Tints of Malachite #12F039
RGB
CMYK
RGB Variations
Color information
#12F039 (or 0x12F039) is known color: Malachite. HEX triplet: 12, F0 and 39. RGB value is (18,240,57). Sum of RGB (Red+Green+Blue) = 18+240+57=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 240 (94.14% from 255 or 76.19% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 240 - color contains mainly: green. Hex color #12F039 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F039 is #ED0FC6. Grayscale: #999999. Windows color (decimal): -15536071 or 3797010. OLE color: 3797010.
HSL color Cylindrical-coordinate representation of color #12F039: hue angle of 130.54º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F039 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 57 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.06 |
| HSL | 130.54º | 0.88% | 0.51% | - |
| HSV(B) | 130.54º | 0.93% | 0.94% | - |
| XYZ | 32.15 | 62.74 | 14.29 | - |
| YUV | 152.76 | 73.95 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 57 | 0.92 | 0 | 0.76 | 0.06 | 130.54 | 0.88 | 0.51 |
| Hex | 12 | F0 | 39 | 5C | 0 | 4C | 6 | 83 | 58 | 33 |
| Octal | 22 | 360 | 71 | 134 | 0 | 114 | 6 | 203 | 130 | 63 |
| Binary | 10010 | 11110000 | 111001 | 1011100 | 0 | 1001100 | 110 | 10000011 | 1011000 | 110011 |
Color Harmonies of #12F039
Complementary color
Monochromatic Colors of #12F039
Black with #12F039
Text Example
Text Example
White with #12F039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F039; }
p { color: rgb(18,240,57); }
H1.HeaderClassName
{
color: #12F039;
}
.AnyTagClassName
{
color: #12F039;
}
</style>
background-color css
<style>
a { background-color: #12F039; }
a { background-color: rgb(18,240,57); }
div.DivClassName
{
background-color: #12F039;
}
.BgClassName
{
background-color: #12F039;
}
</style>
border-color css
<style>
span { border-color: #12F039; }
span { border-color: rgb(18,240,57); }
td.TdClassName
{
border-color: #12F039;
}
.TagClassName
{
border-color: #12F039;
}
</style>