Shades of Malachite #12D738
Tints of Malachite #12D738
RGB
CMYK
RGB Variations
Color information
#12D738 (or 0x12D738) is known color: Malachite. HEX triplet: 12, D7 and 38. RGB value is (18,215,56). Sum of RGB (Red+Green+Blue) = 18+215+56=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 215 (84.38% from 255 or 74.39% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 215 - color contains mainly: green. Hex color #12D738 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D738 is #ED28C7. Grayscale: #8A8A8A. Windows color (decimal): -15542472 or 3725074. OLE color: 3725074.
HSL color Cylindrical-coordinate representation of color #12D738: hue angle of 131.57º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D738 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 56 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.16 |
| HSL | 131.57º | 0.85% | 0.46% | - |
| HSV(B) | 131.57º | 0.92% | 0.84% | - |
| XYZ | 25.26 | 49.02 | 11.87 | - |
| YUV | 137.97 | 81.73 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 56 | 0.92 | 0 | 0.74 | 0.16 | 131.57 | 0.85 | 0.46 |
| Hex | 12 | D7 | 38 | 5C | 0 | 4A | 10 | 84 | 55 | 2E |
| Octal | 22 | 327 | 70 | 134 | 0 | 112 | 20 | 204 | 125 | 56 |
| Binary | 10010 | 11010111 | 111000 | 1011100 | 0 | 1001010 | 10000 | 10000100 | 1010101 | 101110 |
Color Harmonies of #12D738
Complementary color
Monochromatic Colors of #12D738
Black with #12D738
Text Example
Text Example
White with #12D738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D738; }
p { color: rgb(18,215,56); }
H1.HeaderClassName
{
color: #12D738;
}
.AnyTagClassName
{
color: #12D738;
}
</style>
background-color css
<style>
a { background-color: #12D738; }
a { background-color: rgb(18,215,56); }
div.DivClassName
{
background-color: #12D738;
}
.BgClassName
{
background-color: #12D738;
}
</style>
border-color css
<style>
span { border-color: #12D738; }
span { border-color: rgb(18,215,56); }
td.TdClassName
{
border-color: #12D738;
}
.TagClassName
{
border-color: #12D738;
}
</style>