Shades of Malachite #12C84A
Tints of Malachite #12C84A
RGB
CMYK
RGB Variations
Color information
#12C84A (or 0x12C84A) is known color: Malachite. HEX triplet: 12, C8 and 4A. RGB value is (18,200,74). Sum of RGB (Red+Green+Blue) = 18+200+74=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 200 (78.52% from 255 or 68.49% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 200 - color contains mainly: green. Hex color #12C84A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C84A is #ED37B5. Grayscale: #838383. Windows color (decimal): -15546294 or 4900882. OLE color: 4900882.
HSL color Cylindrical-coordinate representation of color #12C84A: hue angle of 138.46º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C84A is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 200 | 74 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.22 |
| HSL | 138.46º | 0.83% | 0.43% | - |
| HSV(B) | 138.46º | 0.91% | 0.78% | - |
| XYZ | 22.14 | 41.93 | 13.41 | - |
| YUV | 131.22 | 95.7 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 200 | 74 | 0.91 | 0 | 0.63 | 0.22 | 138.46 | 0.83 | 0.43 |
| Hex | 12 | C8 | 4A | 5B | 0 | 3F | 16 | 8A | 53 | 2B |
| Octal | 22 | 310 | 112 | 133 | 0 | 77 | 26 | 212 | 123 | 53 |
| Binary | 10010 | 11001000 | 1001010 | 1011011 | 0 | 111111 | 10110 | 10001010 | 1010011 | 101011 |
Color Harmonies of #12C84A
Complementary color
Monochromatic Colors of #12C84A
Black with #12C84A
Text Example
Text Example
White with #12C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C84A; }
p { color: rgb(18,200,74); }
H1.HeaderClassName
{
color: #12C84A;
}
.AnyTagClassName
{
color: #12C84A;
}
</style>
background-color css
<style>
a { background-color: #12C84A; }
a { background-color: rgb(18,200,74); }
div.DivClassName
{
background-color: #12C84A;
}
.BgClassName
{
background-color: #12C84A;
}
</style>
border-color css
<style>
span { border-color: #12C84A; }
span { border-color: rgb(18,200,74); }
td.TdClassName
{
border-color: #12C84A;
}
.TagClassName
{
border-color: #12C84A;
}
</style>