Shades of Malachite #12CE5E
Tints of Malachite #12CE5E
RGB
CMYK
RGB Variations
Color information
#12CE5E (or 0x12CE5E) is known color: Malachite. HEX triplet: 12, CE and 5E. RGB value is (18,206,94). Sum of RGB (Red+Green+Blue) = 18+206+94=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 206 (80.86% from 255 or 64.78% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CE5E is #ED31A1. Grayscale: #898989. Windows color (decimal): -15544738 or 6213138. OLE color: 6213138.
HSL color Cylindrical-coordinate representation of color #12CE5E: hue angle of 144.26º 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 #12CE5E is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 94 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.19 |
| HSL | 144.26º | 0.84% | 0.44% | - |
| HSV(B) | 144.26º | 0.91% | 0.81% | - |
| XYZ | 24.34 | 45.08 | 18.01 | - |
| YUV | 137.02 | 103.72 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 94 | 0.91 | 0 | 0.54 | 0.19 | 144.26 | 0.84 | 0.44 |
| Hex | 12 | CE | 5E | 5B | 0 | 36 | 13 | 90 | 54 | 2C |
| Octal | 22 | 316 | 136 | 133 | 0 | 66 | 23 | 220 | 124 | 54 |
| Binary | 10010 | 11001110 | 1011110 | 1011011 | 0 | 110110 | 10011 | 10010000 | 1010100 | 101100 |
Color Harmonies of #12CE5E
Complementary color
Monochromatic Colors of #12CE5E
Black with #12CE5E
Text Example
Text Example
White with #12CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE5E; }
p { color: rgb(18,206,94); }
H1.HeaderClassName
{
color: #12CE5E;
}
.AnyTagClassName
{
color: #12CE5E;
}
</style>
background-color css
<style>
a { background-color: #12CE5E; }
a { background-color: rgb(18,206,94); }
div.DivClassName
{
background-color: #12CE5E;
}
.BgClassName
{
background-color: #12CE5E;
}
</style>
border-color css
<style>
span { border-color: #12CE5E; }
span { border-color: rgb(18,206,94); }
td.TdClassName
{
border-color: #12CE5E;
}
.TagClassName
{
border-color: #12CE5E;
}
</style>