Shades of Malachite #12DF5D
Tints of Malachite #12DF5D
RGB
CMYK
RGB Variations
Color information
#12DF5D (or 0x12DF5D) is known color: Malachite. HEX triplet: 12, DF and 5D. RGB value is (18,223,93). Sum of RGB (Red+Green+Blue) = 18+223+93=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DF5D is #ED20A2. Grayscale: #939393. Windows color (decimal): -15540387 or 6151954. OLE color: 6151954.
HSL color Cylindrical-coordinate representation of color #12DF5D: hue angle of 141.95º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF5D is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 93 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.13 |
| HSL | 141.95º | 0.85% | 0.47% | - |
| HSV(B) | 141.95º | 0.92% | 0.87% | - |
| XYZ | 28.61 | 53.69 | 19.21 | - |
| YUV | 146.89 | 97.58 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 93 | 0.92 | 0 | 0.58 | 0.13 | 141.95 | 0.85 | 0.47 |
| Hex | 12 | DF | 5D | 5C | 0 | 3A | D | 8E | 55 | 2F |
| Octal | 22 | 337 | 135 | 134 | 0 | 72 | 15 | 216 | 125 | 57 |
| Binary | 10010 | 11011111 | 1011101 | 1011100 | 0 | 111010 | 1101 | 10001110 | 1010101 | 101111 |
Color Harmonies of #12DF5D
Complementary color
Monochromatic Colors of #12DF5D
Black with #12DF5D
Text Example
Text Example
White with #12DF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF5D; }
p { color: rgb(18,223,93); }
H1.HeaderClassName
{
color: #12DF5D;
}
.AnyTagClassName
{
color: #12DF5D;
}
</style>
background-color css
<style>
a { background-color: #12DF5D; }
a { background-color: rgb(18,223,93); }
div.DivClassName
{
background-color: #12DF5D;
}
.BgClassName
{
background-color: #12DF5D;
}
</style>
border-color css
<style>
span { border-color: #12DF5D; }
span { border-color: rgb(18,223,93); }
td.TdClassName
{
border-color: #12DF5D;
}
.TagClassName
{
border-color: #12DF5D;
}
</style>