Shades of Malachite #12D042
Tints of Malachite #12D042
RGB
CMYK
RGB Variations
Color information
#12D042 (or 0x12D042) is known color: Malachite. HEX triplet: 12, D0 and 42. RGB value is (18,208,66). Sum of RGB (Red+Green+Blue) = 18+208+66=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 208 (81.64% from 255 or 71.23% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 208 - color contains mainly: green. Hex color #12D042 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D042 is #ED2FBD. Grayscale: #878787. Windows color (decimal): -15544254 or 4378642. OLE color: 4378642.
HSL color Cylindrical-coordinate representation of color #12D042: hue angle of 135.16º 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 #12D042 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 66 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.18 |
| HSL | 135.16º | 0.84% | 0.44% | - |
| HSV(B) | 135.16º | 0.91% | 0.82% | - |
| XYZ | 23.79 | 45.63 | 12.71 | - |
| YUV | 135 | 89.05 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 66 | 0.91 | 0 | 0.68 | 0.18 | 135.16 | 0.84 | 0.44 |
| Hex | 12 | D0 | 42 | 5B | 0 | 44 | 12 | 87 | 54 | 2C |
| Octal | 22 | 320 | 102 | 133 | 0 | 104 | 22 | 207 | 124 | 54 |
| Binary | 10010 | 11010000 | 1000010 | 1011011 | 0 | 1000100 | 10010 | 10000111 | 1010100 | 101100 |
Color Harmonies of #12D042
Complementary color
Monochromatic Colors of #12D042
Black with #12D042
Text Example
Text Example
White with #12D042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D042; }
p { color: rgb(18,208,66); }
H1.HeaderClassName
{
color: #12D042;
}
.AnyTagClassName
{
color: #12D042;
}
</style>
background-color css
<style>
a { background-color: #12D042; }
a { background-color: rgb(18,208,66); }
div.DivClassName
{
background-color: #12D042;
}
.BgClassName
{
background-color: #12D042;
}
</style>
border-color css
<style>
span { border-color: #12D042; }
span { border-color: rgb(18,208,66); }
td.TdClassName
{
border-color: #12D042;
}
.TagClassName
{
border-color: #12D042;
}
</style>