Shades of Malachite #12F75A
Tints of Malachite #12F75A
RGB
CMYK
RGB Variations
Color information
#12F75A (or 0x12F75A) is known color: Malachite. HEX triplet: 12, F7 and 5A. RGB value is (18,247,90). Sum of RGB (Red+Green+Blue) = 18+247+90=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 247 (96.88% from 255 or 69.58% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 247 - color contains mainly: green. Hex color #12F75A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F75A is #ED08A5. Grayscale: #A1A1A1. Windows color (decimal): -15534246 or 5961490. OLE color: 5961490.
HSL color Cylindrical-coordinate representation of color #12F75A: hue angle of 138.86º 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 #12F75A is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 247 | 90 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.03 |
| HSL | 138.86º | 0.93% | 0.52% | - |
| HSV(B) | 138.86º | 0.93% | 0.97% | - |
| XYZ | 35.36 | 67.39 | 20.82 | - |
| YUV | 160.63 | 88.13 | 26.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 247 | 90 | 0.93 | 0 | 0.64 | 0.03 | 138.86 | 0.93 | 0.52 |
| Hex | 12 | F7 | 5A | 5D | 0 | 40 | 3 | 8B | 5D | 34 |
| Octal | 22 | 367 | 132 | 135 | 0 | 100 | 3 | 213 | 135 | 64 |
| Binary | 10010 | 11110111 | 1011010 | 1011101 | 0 | 1000000 | 11 | 10001011 | 1011101 | 110100 |
Color Harmonies of #12F75A
Complementary color
Monochromatic Colors of #12F75A
Black with #12F75A
Text Example
Text Example
White with #12F75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F75A; }
p { color: rgb(18,247,90); }
H1.HeaderClassName
{
color: #12F75A;
}
.AnyTagClassName
{
color: #12F75A;
}
</style>
background-color css
<style>
a { background-color: #12F75A; }
a { background-color: rgb(18,247,90); }
div.DivClassName
{
background-color: #12F75A;
}
.BgClassName
{
background-color: #12F75A;
}
</style>
border-color css
<style>
span { border-color: #12F75A; }
span { border-color: rgb(18,247,90); }
td.TdClassName
{
border-color: #12F75A;
}
.TagClassName
{
border-color: #12F75A;
}
</style>