Shades of Malachite #12D04C
Tints of Malachite #12D04C
RGB
CMYK
RGB Variations
Color information
#12D04C (or 0x12D04C) is known color: Malachite. HEX triplet: 12, D0 and 4C. RGB value is (18,208,76). Sum of RGB (Red+Green+Blue) = 18+208+76=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 208 (81.64% from 255 or 68.87% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 208 - color contains mainly: green. Hex color #12D04C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D04C is #ED2FB3. Grayscale: #888888. Windows color (decimal): -15544244 or 5034002. OLE color: 5034002.
HSL color Cylindrical-coordinate representation of color #12D04C: hue angle of 138.32º 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 #12D04C is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 76 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.18 |
| HSL | 138.32º | 0.84% | 0.44% | - |
| HSV(B) | 138.32º | 0.91% | 0.82% | - |
| XYZ | 24.11 | 45.76 | 14.4 | - |
| YUV | 136.14 | 94.05 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 76 | 0.91 | 0 | 0.63 | 0.18 | 138.32 | 0.84 | 0.44 |
| Hex | 12 | D0 | 4C | 5B | 0 | 3F | 12 | 8A | 54 | 2C |
| Octal | 22 | 320 | 114 | 133 | 0 | 77 | 22 | 212 | 124 | 54 |
| Binary | 10010 | 11010000 | 1001100 | 1011011 | 0 | 111111 | 10010 | 10001010 | 1010100 | 101100 |
Color Harmonies of #12D04C
Complementary color
Monochromatic Colors of #12D04C
Black with #12D04C
Text Example
Text Example
White with #12D04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D04C; }
p { color: rgb(18,208,76); }
H1.HeaderClassName
{
color: #12D04C;
}
.AnyTagClassName
{
color: #12D04C;
}
</style>
background-color css
<style>
a { background-color: #12D04C; }
a { background-color: rgb(18,208,76); }
div.DivClassName
{
background-color: #12D04C;
}
.BgClassName
{
background-color: #12D04C;
}
</style>
border-color css
<style>
span { border-color: #12D04C; }
span { border-color: rgb(18,208,76); }
td.TdClassName
{
border-color: #12D04C;
}
.TagClassName
{
border-color: #12D04C;
}
</style>