Shades of Malachite #12C55B
Tints of Malachite #12C55B
RGB
CMYK
RGB Variations
Color information
#12C55B (or 0x12C55B) is known color: Malachite. HEX triplet: 12, C5 and 5B. RGB value is (18,197,91). Sum of RGB (Red+Green+Blue) = 18+197+91=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 197 (77.34% from 255 or 64.38% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 197 - color contains mainly: green. Hex color #12C55B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C55B is #ED3AA4. Grayscale: #838383. Windows color (decimal): -15547045 or 6014226. OLE color: 6014226.
HSL color Cylindrical-coordinate representation of color #12C55B: hue angle of 144.47º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C55B is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 91 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.23 |
| HSL | 144.47º | 0.83% | 0.42% | - |
| HSV(B) | 144.47º | 0.91% | 0.77% | - |
| XYZ | 22.1 | 40.82 | 16.61 | - |
| YUV | 131.4 | 105.2 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 91 | 0.91 | 0 | 0.54 | 0.23 | 144.47 | 0.83 | 0.42 |
| Hex | 12 | C5 | 5B | 5B | 0 | 36 | 17 | 90 | 53 | 2A |
| Octal | 22 | 305 | 133 | 133 | 0 | 66 | 27 | 220 | 123 | 52 |
| Binary | 10010 | 11000101 | 1011011 | 1011011 | 0 | 110110 | 10111 | 10010000 | 1010011 | 101010 |
Color Harmonies of #12C55B
Complementary color
Monochromatic Colors of #12C55B
Black with #12C55B
Text Example
Text Example
White with #12C55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C55B; }
p { color: rgb(18,197,91); }
H1.HeaderClassName
{
color: #12C55B;
}
.AnyTagClassName
{
color: #12C55B;
}
</style>
background-color css
<style>
a { background-color: #12C55B; }
a { background-color: rgb(18,197,91); }
div.DivClassName
{
background-color: #12C55B;
}
.BgClassName
{
background-color: #12C55B;
}
</style>
border-color css
<style>
span { border-color: #12C55B; }
span { border-color: rgb(18,197,91); }
td.TdClassName
{
border-color: #12C55B;
}
.TagClassName
{
border-color: #12C55B;
}
</style>