Shades of Malachite #12DD3F
Tints of Malachite #12DD3F
RGB
CMYK
RGB Variations
Color information
#12DD3F (or 0x12DD3F) is known color: Malachite. HEX triplet: 12, DD and 3F. RGB value is (18,221,63). Sum of RGB (Red+Green+Blue) = 18+221+63=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 221 (86.72% from 255 or 73.18% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DD3F is #ED22C0. Grayscale: #8E8E8E. Windows color (decimal): -15540929 or 4185362. OLE color: 4185362.
HSL color Cylindrical-coordinate representation of color #12DD3F: hue angle of 133.3º 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 #12DD3F is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 63 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.13 |
| HSL | 133.3º | 0.85% | 0.47% | - |
| HSV(B) | 133.3º | 0.92% | 0.87% | - |
| XYZ | 27 | 52.2 | 13.36 | - |
| YUV | 142.29 | 83.25 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 63 | 0.92 | 0 | 0.71 | 0.13 | 133.3 | 0.85 | 0.47 |
| Hex | 12 | DD | 3F | 5C | 0 | 47 | D | 85 | 55 | 2F |
| Octal | 22 | 335 | 77 | 134 | 0 | 107 | 15 | 205 | 125 | 57 |
| Binary | 10010 | 11011101 | 111111 | 1011100 | 0 | 1000111 | 1101 | 10000101 | 1010101 | 101111 |
Color Harmonies of #12DD3F
Complementary color
Monochromatic Colors of #12DD3F
Black with #12DD3F
Text Example
Text Example
White with #12DD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DD3F; }
p { color: rgb(18,221,63); }
H1.HeaderClassName
{
color: #12DD3F;
}
.AnyTagClassName
{
color: #12DD3F;
}
</style>
background-color css
<style>
a { background-color: #12DD3F; }
a { background-color: rgb(18,221,63); }
div.DivClassName
{
background-color: #12DD3F;
}
.BgClassName
{
background-color: #12DD3F;
}
</style>
border-color css
<style>
span { border-color: #12DD3F; }
span { border-color: rgb(18,221,63); }
td.TdClassName
{
border-color: #12DD3F;
}
.TagClassName
{
border-color: #12DD3F;
}
</style>