Shades of Malachite #12EE65
Tints of Malachite #12EE65
RGB
CMYK
RGB Variations
Color information
#12EE65 (or 0x12EE65) is known color: Malachite. HEX triplet: 12, EE and 65. RGB value is (18,238,101). Sum of RGB (Red+Green+Blue) = 18+238+101=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 238 (93.36% from 255 or 66.67% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 238 - color contains mainly: green. Hex color #12EE65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EE65 is #ED119A. Grayscale: #9C9C9C. Windows color (decimal): -15536539 or 6680082. OLE color: 6680082.
HSL color Cylindrical-coordinate representation of color #12EE65: hue angle of 142.64º 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 #12EE65 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 238 | 101 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.07 |
| HSL | 142.64º | 0.87% | 0.5% | - |
| HSV(B) | 142.64º | 0.92% | 0.93% | - |
| XYZ | 33.17 | 62.22 | 22.57 | - |
| YUV | 156.6 | 96.61 | 29.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 238 | 101 | 0.92 | 0 | 0.58 | 0.07 | 142.64 | 0.87 | 0.5 |
| Hex | 12 | EE | 65 | 5C | 0 | 3A | 7 | 8F | 57 | 32 |
| Octal | 22 | 356 | 145 | 134 | 0 | 72 | 7 | 217 | 127 | 62 |
| Binary | 10010 | 11101110 | 1100101 | 1011100 | 0 | 111010 | 111 | 10001111 | 1010111 | 110010 |
Color Harmonies of #12EE65
Complementary color
Monochromatic Colors of #12EE65
Black with #12EE65
Text Example
Text Example
White with #12EE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EE65; }
p { color: rgb(18,238,101); }
H1.HeaderClassName
{
color: #12EE65;
}
.AnyTagClassName
{
color: #12EE65;
}
</style>
background-color css
<style>
a { background-color: #12EE65; }
a { background-color: rgb(18,238,101); }
div.DivClassName
{
background-color: #12EE65;
}
.BgClassName
{
background-color: #12EE65;
}
</style>
border-color css
<style>
span { border-color: #12EE65; }
span { border-color: rgb(18,238,101); }
td.TdClassName
{
border-color: #12EE65;
}
.TagClassName
{
border-color: #12EE65;
}
</style>