Shades of Malachite #12DE52
Tints of Malachite #12DE52
RGB
CMYK
RGB Variations
Color information
#12DE52 (or 0x12DE52) is known color: Malachite. HEX triplet: 12, DE and 52. RGB value is (18,222,82). Sum of RGB (Red+Green+Blue) = 18+222+82=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 222 (87.11% from 255 or 68.94% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 222 - color contains mainly: green. Hex color #12DE52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DE52 is #ED21AD. Grayscale: #919191. Windows color (decimal): -15540654 or 5430802. OLE color: 5430802.
HSL color Cylindrical-coordinate representation of color #12DE52: hue angle of 138.82º 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 #12DE52 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 222 | 82 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.13 |
| HSL | 138.82º | 0.85% | 0.47% | - |
| HSV(B) | 138.82º | 0.92% | 0.87% | - |
| XYZ | 27.89 | 52.98 | 16.74 | - |
| YUV | 145.04 | 92.41 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 82 | 0.92 | 0 | 0.63 | 0.13 | 138.82 | 0.85 | 0.47 |
| Hex | 12 | DE | 52 | 5C | 0 | 3F | D | 8B | 55 | 2F |
| Octal | 22 | 336 | 122 | 134 | 0 | 77 | 15 | 213 | 125 | 57 |
| Binary | 10010 | 11011110 | 1010010 | 1011100 | 0 | 111111 | 1101 | 10001011 | 1010101 | 101111 |
Color Harmonies of #12DE52
Complementary color
Monochromatic Colors of #12DE52
Black with #12DE52
Text Example
Text Example
White with #12DE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DE52; }
p { color: rgb(18,222,82); }
H1.HeaderClassName
{
color: #12DE52;
}
.AnyTagClassName
{
color: #12DE52;
}
</style>
background-color css
<style>
a { background-color: #12DE52; }
a { background-color: rgb(18,222,82); }
div.DivClassName
{
background-color: #12DE52;
}
.BgClassName
{
background-color: #12DE52;
}
</style>
border-color css
<style>
span { border-color: #12DE52; }
span { border-color: rgb(18,222,82); }
td.TdClassName
{
border-color: #12DE52;
}
.TagClassName
{
border-color: #12DE52;
}
</style>