Shades of Malachite #12D15F
Tints of Malachite #12D15F
RGB
CMYK
RGB Variations
Color information
#12D15F (or 0x12D15F) is known color: Malachite. HEX triplet: 12, D1 and 5F. RGB value is (18,209,95). Sum of RGB (Red+Green+Blue) = 18+209+95=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 209 (82.03% from 255 or 64.91% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 209 - color contains mainly: green. Hex color #12D15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D15F is #ED2EA0. Grayscale: #8B8B8B. Windows color (decimal): -15543969 or 6279442. OLE color: 6279442.
HSL color Cylindrical-coordinate representation of color #12D15F: hue angle of 144.19º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D15F is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 209 | 95 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.18 |
| HSL | 144.19º | 0.84% | 0.45% | - |
| HSV(B) | 144.19º | 0.91% | 0.82% | - |
| XYZ | 25.12 | 46.56 | 18.49 | - |
| YUV | 138.9 | 103.22 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 95 | 0.91 | 0 | 0.55 | 0.18 | 144.19 | 0.84 | 0.45 |
| Hex | 12 | D1 | 5F | 5B | 0 | 37 | 12 | 90 | 54 | 2D |
| Octal | 22 | 321 | 137 | 133 | 0 | 67 | 22 | 220 | 124 | 55 |
| Binary | 10010 | 11010001 | 1011111 | 1011011 | 0 | 110111 | 10010 | 10010000 | 1010100 | 101101 |
Color Harmonies of #12D15F
Complementary color
Monochromatic Colors of #12D15F
Black with #12D15F
Text Example
Text Example
White with #12D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D15F; }
p { color: rgb(18,209,95); }
H1.HeaderClassName
{
color: #12D15F;
}
.AnyTagClassName
{
color: #12D15F;
}
</style>
background-color css
<style>
a { background-color: #12D15F; }
a { background-color: rgb(18,209,95); }
div.DivClassName
{
background-color: #12D15F;
}
.BgClassName
{
background-color: #12D15F;
}
</style>
border-color css
<style>
span { border-color: #12D15F; }
span { border-color: rgb(18,209,95); }
td.TdClassName
{
border-color: #12D15F;
}
.TagClassName
{
border-color: #12D15F;
}
</style>