Shades of Malachite #12EF4A
Tints of Malachite #12EF4A
RGB
CMYK
RGB Variations
Color information
#12EF4A (or 0x12EF4A) is known color: Malachite. HEX triplet: 12, EF and 4A. RGB value is (18,239,74). Sum of RGB (Red+Green+Blue) = 18+239+74=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 239 (93.75% from 255 or 72.21% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 239 - color contains mainly: green. Hex color #12EF4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EF4A is #ED10B5. Grayscale: #9A9A9A. Windows color (decimal): -15536310 or 4910866. OLE color: 4910866.
HSL color Cylindrical-coordinate representation of color #12EF4A: hue angle of 135.2º 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 #12EF4A is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 239 | 74 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.06 |
| HSL | 135.2º | 0.87% | 0.5% | - |
| HSV(B) | 135.2º | 0.92% | 0.94% | - |
| XYZ | 32.35 | 62.36 | 16.81 | - |
| YUV | 154.11 | 82.78 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 239 | 74 | 0.92 | 0 | 0.69 | 0.06 | 135.2 | 0.87 | 0.5 |
| Hex | 12 | EF | 4A | 5C | 0 | 45 | 6 | 87 | 57 | 32 |
| Octal | 22 | 357 | 112 | 134 | 0 | 105 | 6 | 207 | 127 | 62 |
| Binary | 10010 | 11101111 | 1001010 | 1011100 | 0 | 1000101 | 110 | 10000111 | 1010111 | 110010 |
Color Harmonies of #12EF4A
Complementary color
Monochromatic Colors of #12EF4A
Black with #12EF4A
Text Example
Text Example
White with #12EF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EF4A; }
p { color: rgb(18,239,74); }
H1.HeaderClassName
{
color: #12EF4A;
}
.AnyTagClassName
{
color: #12EF4A;
}
</style>
background-color css
<style>
a { background-color: #12EF4A; }
a { background-color: rgb(18,239,74); }
div.DivClassName
{
background-color: #12EF4A;
}
.BgClassName
{
background-color: #12EF4A;
}
</style>
border-color css
<style>
span { border-color: #12EF4A; }
span { border-color: rgb(18,239,74); }
td.TdClassName
{
border-color: #12EF4A;
}
.TagClassName
{
border-color: #12EF4A;
}
</style>