Shades of Malachite #12C94C
Tints of Malachite #12C94C
RGB
CMYK
RGB Variations
Color information
#12C94C (or 0x12C94C) is known color: Malachite. HEX triplet: 12, C9 and 4C. RGB value is (18,201,76). Sum of RGB (Red+Green+Blue) = 18+201+76=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 201 (78.91% from 255 or 68.14% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 201 - color contains mainly: green. Hex color #12C94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C94C is #ED36B3. Grayscale: #848484. Windows color (decimal): -15546036 or 5032210. OLE color: 5032210.
HSL color Cylindrical-coordinate representation of color #12C94C: hue angle of 139.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C94C is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 201 | 76 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.21 |
| HSL | 139.02º | 0.84% | 0.43% | - |
| HSV(B) | 139.02º | 0.91% | 0.79% | - |
| XYZ | 22.44 | 42.42 | 13.84 | - |
| YUV | 132.03 | 96.37 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 76 | 0.91 | 0 | 0.62 | 0.21 | 139.02 | 0.84 | 0.43 |
| Hex | 12 | C9 | 4C | 5B | 0 | 3E | 15 | 8B | 54 | 2B |
| Octal | 22 | 311 | 114 | 133 | 0 | 76 | 25 | 213 | 124 | 53 |
| Binary | 10010 | 11001001 | 1001100 | 1011011 | 0 | 111110 | 10101 | 10001011 | 1010100 | 101011 |
Color Harmonies of #12C94C
Complementary color
Monochromatic Colors of #12C94C
Black with #12C94C
Text Example
Text Example
White with #12C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C94C; }
p { color: rgb(18,201,76); }
H1.HeaderClassName
{
color: #12C94C;
}
.AnyTagClassName
{
color: #12C94C;
}
</style>
background-color css
<style>
a { background-color: #12C94C; }
a { background-color: rgb(18,201,76); }
div.DivClassName
{
background-color: #12C94C;
}
.BgClassName
{
background-color: #12C94C;
}
</style>
border-color css
<style>
span { border-color: #12C94C; }
span { border-color: rgb(18,201,76); }
td.TdClassName
{
border-color: #12C94C;
}
.TagClassName
{
border-color: #12C94C;
}
</style>