Shades of Malachite #12D939
Tints of Malachite #12D939
RGB
CMYK
RGB Variations
Color information
#12D939 (or 0x12D939) is known color: Malachite. HEX triplet: 12, D9 and 39. RGB value is (18,217,57). Sum of RGB (Red+Green+Blue) = 18+217+57=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 217 (85.16% from 255 or 74.32% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 217 - color contains mainly: green. Hex color #12D939 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D939 is #ED26C6. Grayscale: #8B8B8B. Windows color (decimal): -15541959 or 3791122. OLE color: 3791122.
HSL color Cylindrical-coordinate representation of color #12D939: hue angle of 131.76º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D939 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 57 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.15 |
| HSL | 131.76º | 0.85% | 0.46% | - |
| HSV(B) | 131.76º | 0.92% | 0.85% | - |
| XYZ | 25.8 | 50.05 | 12.17 | - |
| YUV | 139.26 | 81.57 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 57 | 0.92 | 0 | 0.74 | 0.15 | 131.76 | 0.85 | 0.46 |
| Hex | 12 | D9 | 39 | 5C | 0 | 4A | F | 84 | 55 | 2E |
| Octal | 22 | 331 | 71 | 134 | 0 | 112 | 17 | 204 | 125 | 56 |
| Binary | 10010 | 11011001 | 111001 | 1011100 | 0 | 1001010 | 1111 | 10000100 | 1010101 | 101110 |
Color Harmonies of #12D939
Complementary color
Monochromatic Colors of #12D939
Black with #12D939
Text Example
Text Example
White with #12D939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D939; }
p { color: rgb(18,217,57); }
H1.HeaderClassName
{
color: #12D939;
}
.AnyTagClassName
{
color: #12D939;
}
</style>
background-color css
<style>
a { background-color: #12D939; }
a { background-color: rgb(18,217,57); }
div.DivClassName
{
background-color: #12D939;
}
.BgClassName
{
background-color: #12D939;
}
</style>
border-color css
<style>
span { border-color: #12D939; }
span { border-color: rgb(18,217,57); }
td.TdClassName
{
border-color: #12D939;
}
.TagClassName
{
border-color: #12D939;
}
</style>