Shades of Malachite #12D044
Tints of Malachite #12D044
RGB
CMYK
RGB Variations
Color information
#12D044 (or 0x12D044) is known color: Malachite. HEX triplet: 12, D0 and 44. RGB value is (18,208,68). Sum of RGB (Red+Green+Blue) = 18+208+68=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 208 (81.64% from 255 or 70.75% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 208 - color contains mainly: green. Hex color #12D044 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D044 is #ED2FBB. Grayscale: #878787. Windows color (decimal): -15544252 or 4509714. OLE color: 4509714.
HSL color Cylindrical-coordinate representation of color #12D044: hue angle of 135.79º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D044 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 68 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.18 |
| HSL | 135.79º | 0.84% | 0.44% | - |
| HSV(B) | 135.79º | 0.91% | 0.82% | - |
| XYZ | 23.85 | 45.66 | 13.02 | - |
| YUV | 135.23 | 90.05 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 68 | 0.91 | 0 | 0.67 | 0.18 | 135.79 | 0.84 | 0.44 |
| Hex | 12 | D0 | 44 | 5B | 0 | 43 | 12 | 88 | 54 | 2C |
| Octal | 22 | 320 | 104 | 133 | 0 | 103 | 22 | 210 | 124 | 54 |
| Binary | 10010 | 11010000 | 1000100 | 1011011 | 0 | 1000011 | 10010 | 10001000 | 1010100 | 101100 |
Color Harmonies of #12D044
Complementary color
Monochromatic Colors of #12D044
Black with #12D044
Text Example
Text Example
White with #12D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D044; }
p { color: rgb(18,208,68); }
H1.HeaderClassName
{
color: #12D044;
}
.AnyTagClassName
{
color: #12D044;
}
</style>
background-color css
<style>
a { background-color: #12D044; }
a { background-color: rgb(18,208,68); }
div.DivClassName
{
background-color: #12D044;
}
.BgClassName
{
background-color: #12D044;
}
</style>
border-color css
<style>
span { border-color: #12D044; }
span { border-color: rgb(18,208,68); }
td.TdClassName
{
border-color: #12D044;
}
.TagClassName
{
border-color: #12D044;
}
</style>