Shades of Malachite #22C150
Tints of Malachite #22C150
RGB
CMYK
RGB Variations
Color information
#22C150 (or 0x22C150) is known color: Malachite. HEX triplet: 22, C1 and 50. RGB value is (34,193,80). Sum of RGB (Red+Green+Blue) = 34+193+80=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #22C150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22C150 is #DD3EAF. Grayscale: #848484. Windows color (decimal): -14499504 or 5292322. OLE color: 5292322.
HSL color Cylindrical-coordinate representation of color #22C150: hue angle of 137.36º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C150 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 193 | 80 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.24 |
| HSL | 137.36º | 0.7% | 0.45% | - |
| HSV(B) | 137.36º | 0.82% | 0.76% | - |
| XYZ | 21.18 | 39.06 | 14.01 | - |
| YUV | 132.58 | 98.32 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 193 | 80 | 0.82 | 0 | 0.59 | 0.24 | 137.36 | 0.7 | 0.45 |
| Hex | 22 | C1 | 50 | 52 | 0 | 3B | 18 | 89 | 46 | 2D |
| Octal | 42 | 301 | 120 | 122 | 0 | 73 | 30 | 211 | 106 | 55 |
| Binary | 100010 | 11000001 | 1010000 | 1010010 | 0 | 111011 | 11000 | 10001001 | 1000110 | 101101 |
Color Harmonies of #22C150
Complementary color
Monochromatic Colors of #22C150
Black with #22C150
Text Example
Text Example
White with #22C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C150; }
p { color: rgb(34,193,80); }
H1.HeaderClassName
{
color: #22C150;
}
.AnyTagClassName
{
color: #22C150;
}
</style>
background-color css
<style>
a { background-color: #22C150; }
a { background-color: rgb(34,193,80); }
div.DivClassName
{
background-color: #22C150;
}
.BgClassName
{
background-color: #22C150;
}
</style>
border-color css
<style>
span { border-color: #22C150; }
span { border-color: rgb(34,193,80); }
td.TdClassName
{
border-color: #22C150;
}
.TagClassName
{
border-color: #22C150;
}
</style>