Shades of Malachite #12F74D
Tints of Malachite #12F74D
RGB
CMYK
RGB Variations
Color information
#12F74D (or 0x12F74D) is known color: Malachite. HEX triplet: 12, F7 and 4D. RGB value is (18,247,77). Sum of RGB (Red+Green+Blue) = 18+247+77=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 247 (96.88% from 255 or 72.22% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 247 - color contains mainly: green. Hex color #12F74D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F74D is #ED08B2. Grayscale: #9F9F9F. Windows color (decimal): -15534259 or 5109522. OLE color: 5109522.
HSL color Cylindrical-coordinate representation of color #12F74D: hue angle of 135.46º 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 #12F74D is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 247 | 77 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.03 |
| HSL | 135.46º | 0.93% | 0.52% | - |
| HSV(B) | 135.46º | 0.93% | 0.97% | - |
| XYZ | 34.85 | 67.19 | 18.15 | - |
| YUV | 159.15 | 81.63 | 27.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 247 | 77 | 0.93 | 0 | 0.69 | 0.03 | 135.46 | 0.93 | 0.52 |
| Hex | 12 | F7 | 4D | 5D | 0 | 45 | 3 | 87 | 5D | 34 |
| Octal | 22 | 367 | 115 | 135 | 0 | 105 | 3 | 207 | 135 | 64 |
| Binary | 10010 | 11110111 | 1001101 | 1011101 | 0 | 1000101 | 11 | 10000111 | 1011101 | 110100 |
Color Harmonies of #12F74D
Complementary color
Monochromatic Colors of #12F74D
Black with #12F74D
Text Example
Text Example
White with #12F74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F74D; }
p { color: rgb(18,247,77); }
H1.HeaderClassName
{
color: #12F74D;
}
.AnyTagClassName
{
color: #12F74D;
}
</style>
background-color css
<style>
a { background-color: #12F74D; }
a { background-color: rgb(18,247,77); }
div.DivClassName
{
background-color: #12F74D;
}
.BgClassName
{
background-color: #12F74D;
}
</style>
border-color css
<style>
span { border-color: #12F74D; }
span { border-color: rgb(18,247,77); }
td.TdClassName
{
border-color: #12F74D;
}
.TagClassName
{
border-color: #12F74D;
}
</style>