Shades of Malachite #12F053
Tints of Malachite #12F053
RGB
CMYK
RGB Variations
Color information
#12F053 (or 0x12F053) is known color: Malachite. HEX triplet: 12, F0 and 53. RGB value is (18,240,83). Sum of RGB (Red+Green+Blue) = 18+240+83=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 240 (94.14% from 255 or 70.38% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 240 - color contains mainly: green. Hex color #12F053 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F053 is #ED0FAC. Grayscale: #9C9C9C. Windows color (decimal): -15536045 or 5500946. OLE color: 5500946.
HSL color Cylindrical-coordinate representation of color #12F053: hue angle of 137.57º 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 #12F053 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 83 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.06 |
| HSL | 137.57º | 0.88% | 0.51% | - |
| HSV(B) | 137.57º | 0.93% | 0.94% | - |
| XYZ | 32.97 | 63.07 | 18.62 | - |
| YUV | 155.72 | 86.95 | 29.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 83 | 0.92 | 0 | 0.65 | 0.06 | 137.57 | 0.88 | 0.51 |
| Hex | 12 | F0 | 53 | 5C | 0 | 41 | 6 | 8A | 58 | 33 |
| Octal | 22 | 360 | 123 | 134 | 0 | 101 | 6 | 212 | 130 | 63 |
| Binary | 10010 | 11110000 | 1010011 | 1011100 | 0 | 1000001 | 110 | 10001010 | 1011000 | 110011 |
Color Harmonies of #12F053
Complementary color
Monochromatic Colors of #12F053
Black with #12F053
Text Example
Text Example
White with #12F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F053; }
p { color: rgb(18,240,83); }
H1.HeaderClassName
{
color: #12F053;
}
.AnyTagClassName
{
color: #12F053;
}
</style>
background-color css
<style>
a { background-color: #12F053; }
a { background-color: rgb(18,240,83); }
div.DivClassName
{
background-color: #12F053;
}
.BgClassName
{
background-color: #12F053;
}
</style>
border-color css
<style>
span { border-color: #12F053; }
span { border-color: rgb(18,240,83); }
td.TdClassName
{
border-color: #12F053;
}
.TagClassName
{
border-color: #12F053;
}
</style>