Shades of Malachite #12CF58
Tints of Malachite #12CF58
RGB
CMYK
RGB Variations
Color information
#12CF58 (or 0x12CF58) is known color: Malachite. HEX triplet: 12, CF and 58. RGB value is (18,207,88). Sum of RGB (Red+Green+Blue) = 18+207+88=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF58 is #ED30A7. Grayscale: #898989. Windows color (decimal): -15544488 or 5820178. OLE color: 5820178.
HSL color Cylindrical-coordinate representation of color #12CF58: hue angle of 142.22º 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 #12CF58 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 88 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.19 |
| HSL | 142.22º | 0.84% | 0.44% | - |
| HSV(B) | 142.22º | 0.91% | 0.81% | - |
| XYZ | 24.32 | 45.46 | 16.72 | - |
| YUV | 136.92 | 100.38 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 88 | 0.91 | 0 | 0.57 | 0.19 | 142.22 | 0.84 | 0.44 |
| Hex | 12 | CF | 58 | 5B | 0 | 39 | 13 | 8E | 54 | 2C |
| Octal | 22 | 317 | 130 | 133 | 0 | 71 | 23 | 216 | 124 | 54 |
| Binary | 10010 | 11001111 | 1011000 | 1011011 | 0 | 111001 | 10011 | 10001110 | 1010100 | 101100 |
Color Harmonies of #12CF58
Complementary color
Monochromatic Colors of #12CF58
Black with #12CF58
Text Example
Text Example
White with #12CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF58; }
p { color: rgb(18,207,88); }
H1.HeaderClassName
{
color: #12CF58;
}
.AnyTagClassName
{
color: #12CF58;
}
</style>
background-color css
<style>
a { background-color: #12CF58; }
a { background-color: rgb(18,207,88); }
div.DivClassName
{
background-color: #12CF58;
}
.BgClassName
{
background-color: #12CF58;
}
</style>
border-color css
<style>
span { border-color: #12CF58; }
span { border-color: rgb(18,207,88); }
td.TdClassName
{
border-color: #12CF58;
}
.TagClassName
{
border-color: #12CF58;
}
</style>