Shades of Malachite #12CF59
Tints of Malachite #12CF59
RGB
CMYK
RGB Variations
Color information
#12CF59 (or 0x12CF59) is known color: Malachite. HEX triplet: 12, CF and 59. RGB value is (18,207,89). Sum of RGB (Red+Green+Blue) = 18+207+89=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 207 (81.25% from 255 or 65.92% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF59 is #ED30A6. Grayscale: #898989. Windows color (decimal): -15544487 or 5885714. OLE color: 5885714.
HSL color Cylindrical-coordinate representation of color #12CF59: hue angle of 142.54º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF59 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 89 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.19 |
| HSL | 142.54º | 0.84% | 0.44% | - |
| HSV(B) | 142.54º | 0.91% | 0.81% | - |
| XYZ | 24.37 | 45.48 | 16.94 | - |
| YUV | 137.04 | 100.88 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 89 | 0.91 | 0 | 0.57 | 0.19 | 142.54 | 0.84 | 0.44 |
| Hex | 12 | CF | 59 | 5B | 0 | 39 | 13 | 8F | 54 | 2C |
| Octal | 22 | 317 | 131 | 133 | 0 | 71 | 23 | 217 | 124 | 54 |
| Binary | 10010 | 11001111 | 1011001 | 1011011 | 0 | 111001 | 10011 | 10001111 | 1010100 | 101100 |
Color Harmonies of #12CF59
Complementary color
Monochromatic Colors of #12CF59
Black with #12CF59
Text Example
Text Example
White with #12CF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF59; }
p { color: rgb(18,207,89); }
H1.HeaderClassName
{
color: #12CF59;
}
.AnyTagClassName
{
color: #12CF59;
}
</style>
background-color css
<style>
a { background-color: #12CF59; }
a { background-color: rgb(18,207,89); }
div.DivClassName
{
background-color: #12CF59;
}
.BgClassName
{
background-color: #12CF59;
}
</style>
border-color css
<style>
span { border-color: #12CF59; }
span { border-color: rgb(18,207,89); }
td.TdClassName
{
border-color: #12CF59;
}
.TagClassName
{
border-color: #12CF59;
}
</style>