Shades of Malachite #12EF58
Tints of Malachite #12EF58
RGB
CMYK
RGB Variations
Color information
#12EF58 (or 0x12EF58) is known color: Malachite. HEX triplet: 12, EF and 58. RGB value is (18,239,88). Sum of RGB (Red+Green+Blue) = 18+239+88=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 239 (93.75% from 255 or 69.28% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 239 - color contains mainly: green. Hex color #12EF58 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EF58 is #ED10A7. Grayscale: #9C9C9C. Windows color (decimal): -15536296 or 5828370. OLE color: 5828370.
HSL color Cylindrical-coordinate representation of color #12EF58: hue angle of 139º 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 #12EF58 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 239 | 88 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.06 |
| HSL | 139º | 0.87% | 0.5% | - |
| HSV(B) | 139º | 0.92% | 0.94% | - |
| XYZ | 32.88 | 62.57 | 19.58 | - |
| YUV | 155.71 | 89.78 | 29.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 239 | 88 | 0.92 | 0 | 0.63 | 0.06 | 139 | 0.87 | 0.5 |
| Hex | 12 | EF | 58 | 5C | 0 | 3F | 6 | 8B | 57 | 32 |
| Octal | 22 | 357 | 130 | 134 | 0 | 77 | 6 | 213 | 127 | 62 |
| Binary | 10010 | 11101111 | 1011000 | 1011100 | 0 | 111111 | 110 | 10001011 | 1010111 | 110010 |
Color Harmonies of #12EF58
Complementary color
Monochromatic Colors of #12EF58
Black with #12EF58
Text Example
Text Example
White with #12EF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EF58; }
p { color: rgb(18,239,88); }
H1.HeaderClassName
{
color: #12EF58;
}
.AnyTagClassName
{
color: #12EF58;
}
</style>
background-color css
<style>
a { background-color: #12EF58; }
a { background-color: rgb(18,239,88); }
div.DivClassName
{
background-color: #12EF58;
}
.BgClassName
{
background-color: #12EF58;
}
</style>
border-color css
<style>
span { border-color: #12EF58; }
span { border-color: rgb(18,239,88); }
td.TdClassName
{
border-color: #12EF58;
}
.TagClassName
{
border-color: #12EF58;
}
</style>