Shades of Malachite #12DC5B
Tints of Malachite #12DC5B
RGB
CMYK
RGB Variations
Color information
#12DC5B (or 0x12DC5B) is known color: Malachite. HEX triplet: 12, DC and 5B. RGB value is (18,220,91). Sum of RGB (Red+Green+Blue) = 18+220+91=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DC5B is #ED23A4. Grayscale: #919191. Windows color (decimal): -15541157 or 6020114. OLE color: 6020114.
HSL color Cylindrical-coordinate representation of color #12DC5B: hue angle of 141.68º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC5B is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 91 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.14 |
| HSL | 141.68º | 0.85% | 0.47% | - |
| HSV(B) | 141.68º | 0.92% | 0.86% | - |
| XYZ | 27.73 | 52.07 | 18.49 | - |
| YUV | 144.9 | 97.58 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 91 | 0.92 | 0 | 0.59 | 0.14 | 141.68 | 0.85 | 0.47 |
| Hex | 12 | DC | 5B | 5C | 0 | 3B | E | 8E | 55 | 2F |
| Octal | 22 | 334 | 133 | 134 | 0 | 73 | 16 | 216 | 125 | 57 |
| Binary | 10010 | 11011100 | 1011011 | 1011100 | 0 | 111011 | 1110 | 10001110 | 1010101 | 101111 |
Color Harmonies of #12DC5B
Complementary color
Monochromatic Colors of #12DC5B
Black with #12DC5B
Text Example
Text Example
White with #12DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC5B; }
p { color: rgb(18,220,91); }
H1.HeaderClassName
{
color: #12DC5B;
}
.AnyTagClassName
{
color: #12DC5B;
}
</style>
background-color css
<style>
a { background-color: #12DC5B; }
a { background-color: rgb(18,220,91); }
div.DivClassName
{
background-color: #12DC5B;
}
.BgClassName
{
background-color: #12DC5B;
}
</style>
border-color css
<style>
span { border-color: #12DC5B; }
span { border-color: rgb(18,220,91); }
td.TdClassName
{
border-color: #12DC5B;
}
.TagClassName
{
border-color: #12DC5B;
}
</style>