Shades of Malachite #12EF3E
Tints of Malachite #12EF3E
RGB
CMYK
RGB Variations
Color information
#12EF3E (or 0x12EF3E) is known color: Malachite. HEX triplet: 12, EF and 3E. RGB value is (18,239,62). Sum of RGB (Red+Green+Blue) = 18+239+62=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 239 (93.75% from 255 or 74.92% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 239 - color contains mainly: green. Hex color #12EF3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EF3E is #ED10C1. Grayscale: #999999. Windows color (decimal): -15536322 or 4124434. OLE color: 4124434.
HSL color Cylindrical-coordinate representation of color #12EF3E: hue angle of 131.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EF3E is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 239 | 62 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.06 |
| HSL | 131.95º | 0.87% | 0.5% | - |
| HSV(B) | 131.95º | 0.92% | 0.94% | - |
| XYZ | 31.99 | 62.21 | 14.88 | - |
| YUV | 152.74 | 76.78 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 239 | 62 | 0.92 | 0 | 0.74 | 0.06 | 131.95 | 0.87 | 0.5 |
| Hex | 12 | EF | 3E | 5C | 0 | 4A | 6 | 84 | 57 | 32 |
| Octal | 22 | 357 | 76 | 134 | 0 | 112 | 6 | 204 | 127 | 62 |
| Binary | 10010 | 11101111 | 111110 | 1011100 | 0 | 1001010 | 110 | 10000100 | 1010111 | 110010 |
Color Harmonies of #12EF3E
Complementary color
Monochromatic Colors of #12EF3E
Black with #12EF3E
Text Example
Text Example
White with #12EF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EF3E; }
p { color: rgb(18,239,62); }
H1.HeaderClassName
{
color: #12EF3E;
}
.AnyTagClassName
{
color: #12EF3E;
}
</style>
background-color css
<style>
a { background-color: #12EF3E; }
a { background-color: rgb(18,239,62); }
div.DivClassName
{
background-color: #12EF3E;
}
.BgClassName
{
background-color: #12EF3E;
}
</style>
border-color css
<style>
span { border-color: #12EF3E; }
span { border-color: rgb(18,239,62); }
td.TdClassName
{
border-color: #12EF3E;
}
.TagClassName
{
border-color: #12EF3E;
}
</style>