Shades of Malachite #12F75C
Tints of Malachite #12F75C
RGB
CMYK
RGB Variations
Color information
#12F75C (or 0x12F75C) is known color: Malachite. HEX triplet: 12, F7 and 5C. RGB value is (18,247,92). Sum of RGB (Red+Green+Blue) = 18+247+92=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 247 (96.88% from 255 or 69.19% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 247 - color contains mainly: green. Hex color #12F75C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F75C is #ED08A3. Grayscale: #A1A1A1. Windows color (decimal): -15534244 or 6092562. OLE color: 6092562.
HSL color Cylindrical-coordinate representation of color #12F75C: hue angle of 139.39º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F75C is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 247 | 92 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.03 |
| HSL | 139.39º | 0.93% | 0.52% | - |
| HSV(B) | 139.39º | 0.93% | 0.97% | - |
| XYZ | 35.44 | 67.42 | 21.27 | - |
| YUV | 160.86 | 89.13 | 26.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 247 | 92 | 0.93 | 0 | 0.63 | 0.03 | 139.39 | 0.93 | 0.52 |
| Hex | 12 | F7 | 5C | 5D | 0 | 3F | 3 | 8B | 5D | 34 |
| Octal | 22 | 367 | 134 | 135 | 0 | 77 | 3 | 213 | 135 | 64 |
| Binary | 10010 | 11110111 | 1011100 | 1011101 | 0 | 111111 | 11 | 10001011 | 1011101 | 110100 |
Color Harmonies of #12F75C
Complementary color
Monochromatic Colors of #12F75C
Black with #12F75C
Text Example
Text Example
White with #12F75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F75C; }
p { color: rgb(18,247,92); }
H1.HeaderClassName
{
color: #12F75C;
}
.AnyTagClassName
{
color: #12F75C;
}
</style>
background-color css
<style>
a { background-color: #12F75C; }
a { background-color: rgb(18,247,92); }
div.DivClassName
{
background-color: #12F75C;
}
.BgClassName
{
background-color: #12F75C;
}
</style>
border-color css
<style>
span { border-color: #12F75C; }
span { border-color: rgb(18,247,92); }
td.TdClassName
{
border-color: #12F75C;
}
.TagClassName
{
border-color: #12F75C;
}
</style>