Shades of Malachite #12F15B
Tints of Malachite #12F15B
RGB
CMYK
RGB Variations
Color information
#12F15B (or 0x12F15B) is known color: Malachite. HEX triplet: 12, F1 and 5B. RGB value is (18,241,91). Sum of RGB (Red+Green+Blue) = 18+241+91=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #12F15B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F15B is #ED0EA4. Grayscale: #9D9D9D. Windows color (decimal): -15535781 or 6025490. OLE color: 6025490.
HSL color Cylindrical-coordinate representation of color #12F15B: hue angle of 139.64º degrees, saturation: 0.89, 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 #12F15B is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 241 | 91 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.05 |
| HSL | 139.64º | 0.89% | 0.51% | - |
| HSV(B) | 139.64º | 0.93% | 0.95% | - |
| XYZ | 33.59 | 63.79 | 20.44 | - |
| YUV | 157.22 | 90.62 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 241 | 91 | 0.93 | 0 | 0.62 | 0.05 | 139.64 | 0.89 | 0.51 |
| Hex | 12 | F1 | 5B | 5D | 0 | 3E | 5 | 8C | 59 | 33 |
| Octal | 22 | 361 | 133 | 135 | 0 | 76 | 5 | 214 | 131 | 63 |
| Binary | 10010 | 11110001 | 1011011 | 1011101 | 0 | 111110 | 101 | 10001100 | 1011001 | 110011 |
Color Harmonies of #12F15B
Complementary color
Monochromatic Colors of #12F15B
Black with #12F15B
Text Example
Text Example
White with #12F15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F15B; }
p { color: rgb(18,241,91); }
H1.HeaderClassName
{
color: #12F15B;
}
.AnyTagClassName
{
color: #12F15B;
}
</style>
background-color css
<style>
a { background-color: #12F15B; }
a { background-color: rgb(18,241,91); }
div.DivClassName
{
background-color: #12F15B;
}
.BgClassName
{
background-color: #12F15B;
}
</style>
border-color css
<style>
span { border-color: #12F15B; }
span { border-color: rgb(18,241,91); }
td.TdClassName
{
border-color: #12F15B;
}
.TagClassName
{
border-color: #12F15B;
}
</style>