Shades of Malachite #12D451
Tints of Malachite #12D451
RGB
CMYK
RGB Variations
Color information
#12D451 (or 0x12D451) is known color: Malachite. HEX triplet: 12, D4 and 51. RGB value is (18,212,81). Sum of RGB (Red+Green+Blue) = 18+212+81=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 212 (83.20% from 255 or 68.17% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 212 - color contains mainly: green. Hex color #12D451 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D451 is #ED2BAE. Grayscale: #8B8B8B. Windows color (decimal): -15543215 or 5362706. OLE color: 5362706.
HSL color Cylindrical-coordinate representation of color #12D451: hue angle of 139.48º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D451 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 212 | 81 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.17 |
| HSL | 139.48º | 0.84% | 0.45% | - |
| HSV(B) | 139.48º | 0.92% | 0.83% | - |
| XYZ | 25.28 | 47.81 | 15.68 | - |
| YUV | 139.06 | 95.23 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 212 | 81 | 0.92 | 0 | 0.62 | 0.17 | 139.48 | 0.84 | 0.45 |
| Hex | 12 | D4 | 51 | 5C | 0 | 3E | 11 | 8B | 54 | 2D |
| Octal | 22 | 324 | 121 | 134 | 0 | 76 | 21 | 213 | 124 | 55 |
| Binary | 10010 | 11010100 | 1010001 | 1011100 | 0 | 111110 | 10001 | 10001011 | 1010100 | 101101 |
Color Harmonies of #12D451
Complementary color
Monochromatic Colors of #12D451
Black with #12D451
Text Example
Text Example
White with #12D451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D451; }
p { color: rgb(18,212,81); }
H1.HeaderClassName
{
color: #12D451;
}
.AnyTagClassName
{
color: #12D451;
}
</style>
background-color css
<style>
a { background-color: #12D451; }
a { background-color: rgb(18,212,81); }
div.DivClassName
{
background-color: #12D451;
}
.BgClassName
{
background-color: #12D451;
}
</style>
border-color css
<style>
span { border-color: #12D451; }
span { border-color: rgb(18,212,81); }
td.TdClassName
{
border-color: #12D451;
}
.TagClassName
{
border-color: #12D451;
}
</style>