Shades of Malachite #12DC4B
Tints of Malachite #12DC4B
RGB
CMYK
RGB Variations
Color information
#12DC4B (or 0x12DC4B) is known color: Malachite. HEX triplet: 12, DC and 4B. RGB value is (18,220,75). Sum of RGB (Red+Green+Blue) = 18+220+75=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC4B is #ED23B4. Grayscale: #8F8F8F. Windows color (decimal): -15541173 or 4971538. OLE color: 4971538.
HSL color Cylindrical-coordinate representation of color #12DC4B: hue angle of 136.93º 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 #12DC4B is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 75 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.14 |
| HSL | 136.93º | 0.85% | 0.47% | - |
| HSV(B) | 136.93º | 0.92% | 0.86% | - |
| XYZ | 27.11 | 51.82 | 15.23 | - |
| YUV | 143.07 | 89.58 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 75 | 0.92 | 0 | 0.66 | 0.14 | 136.93 | 0.85 | 0.47 |
| Hex | 12 | DC | 4B | 5C | 0 | 42 | E | 89 | 55 | 2F |
| Octal | 22 | 334 | 113 | 134 | 0 | 102 | 16 | 211 | 125 | 57 |
| Binary | 10010 | 11011100 | 1001011 | 1011100 | 0 | 1000010 | 1110 | 10001001 | 1010101 | 101111 |
Color Harmonies of #12DC4B
Complementary color
Monochromatic Colors of #12DC4B
Black with #12DC4B
Text Example
Text Example
White with #12DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC4B; }
p { color: rgb(18,220,75); }
H1.HeaderClassName
{
color: #12DC4B;
}
.AnyTagClassName
{
color: #12DC4B;
}
</style>
background-color css
<style>
a { background-color: #12DC4B; }
a { background-color: rgb(18,220,75); }
div.DivClassName
{
background-color: #12DC4B;
}
.BgClassName
{
background-color: #12DC4B;
}
</style>
border-color css
<style>
span { border-color: #12DC4B; }
span { border-color: rgb(18,220,75); }
td.TdClassName
{
border-color: #12DC4B;
}
.TagClassName
{
border-color: #12DC4B;
}
</style>