Shades of Malachite #12EE3A
Tints of Malachite #12EE3A
RGB
CMYK
RGB Variations
Color information
#12EE3A (or 0x12EE3A) is known color: Malachite. HEX triplet: 12, EE and 3A. RGB value is (18,238,58). Sum of RGB (Red+Green+Blue) = 18+238+58=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 238 (93.36% from 255 or 75.80% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 238 - color contains mainly: green. Hex color #12EE3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EE3A is #ED11C5. Grayscale: #989898. Windows color (decimal): -15536582 or 3862034. OLE color: 3862034.
HSL color Cylindrical-coordinate representation of color #12EE3A: hue angle of 130.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EE3A is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
RGB | 18 | 238 | 58 | - |
CMYK | 0.92 | 0 | 0.76 | 0.07 |
HSL | 130.91º | 0.87% | 0.5% | - |
HSV(B) | 130.91º | 0.92% | 0.93% | - |
XYZ | 31.59 | 61.58 | 14.22 | - |
YUV | 151.7 | 75.11 | 32.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 238 | 58 | 0.92 | 0 | 0.76 | 0.07 | 130.91 | 0.87 | 0.5 |
Hex | 12 | EE | 3A | 5C | 0 | 4C | 7 | 83 | 57 | 32 |
Octal | 22 | 356 | 72 | 134 | 0 | 114 | 7 | 203 | 127 | 62 |
Binary | 10010 | 11101110 | 111010 | 1011100 | 0 | 1001100 | 111 | 10000011 | 1010111 | 110010 |
Color Harmonies of #12EE3A
Complementary color
Monochromatic Colors of #12EE3A
Black with #12EE3A
Text Example
Text Example
White with #12EE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EE3A; }
p { color: rgb(18,238,58); }
H1.HeaderClassName
{
color: #12EE3A;
}
.AnyTagClassName
{
color: #12EE3A;
}
</style>
background-color css
<style>
a { background-color: #12EE3A; }
a { background-color: rgb(18,238,58); }
div.DivClassName
{
background-color: #12EE3A;
}
.BgClassName
{
background-color: #12EE3A;
}
</style>
border-color css
<style>
span { border-color: #12EE3A; }
span { border-color: rgb(18,238,58); }
td.TdClassName
{
border-color: #12EE3A;
}
.TagClassName
{
border-color: #12EE3A;
}
</style>