Shades of Malachite #12CF5B
Tints of Malachite #12CF5B
RGB
CMYK
RGB Variations
Color information
#12CF5B (or 0x12CF5B) is known color: Malachite. HEX triplet: 12, CF and 5B. RGB value is (18,207,91). Sum of RGB (Red+Green+Blue) = 18+207+91=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 207 (81.25% from 255 or 65.51% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF5B is #ED30A4. Grayscale: #898989. Windows color (decimal): -15544485 or 6016786. OLE color: 6016786.
HSL color Cylindrical-coordinate representation of color #12CF5B: hue angle of 143.17º 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 #12CF5B is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 91 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.19 |
| HSL | 143.17º | 0.84% | 0.44% | - |
| HSV(B) | 143.17º | 0.91% | 0.81% | - |
| XYZ | 24.45 | 45.51 | 17.39 | - |
| YUV | 137.27 | 101.88 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 91 | 0.91 | 0 | 0.56 | 0.19 | 143.17 | 0.84 | 0.44 |
| Hex | 12 | CF | 5B | 5B | 0 | 38 | 13 | 8F | 54 | 2C |
| Octal | 22 | 317 | 133 | 133 | 0 | 70 | 23 | 217 | 124 | 54 |
| Binary | 10010 | 11001111 | 1011011 | 1011011 | 0 | 111000 | 10011 | 10001111 | 1010100 | 101100 |
Color Harmonies of #12CF5B
Complementary color
Monochromatic Colors of #12CF5B
Black with #12CF5B
Text Example
Text Example
White with #12CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF5B; }
p { color: rgb(18,207,91); }
H1.HeaderClassName
{
color: #12CF5B;
}
.AnyTagClassName
{
color: #12CF5B;
}
</style>
background-color css
<style>
a { background-color: #12CF5B; }
a { background-color: rgb(18,207,91); }
div.DivClassName
{
background-color: #12CF5B;
}
.BgClassName
{
background-color: #12CF5B;
}
</style>
border-color css
<style>
span { border-color: #12CF5B; }
span { border-color: rgb(18,207,91); }
td.TdClassName
{
border-color: #12CF5B;
}
.TagClassName
{
border-color: #12CF5B;
}
</style>