Shades of Mountain Meadow #22C586
Tints of Mountain Meadow #22C586
RGB
CMYK
RGB Variations
Color information
#22C586 (or 0x22C586) is known color: Mountain Meadow. HEX triplet: 22, C5 and 86. RGB value is (34,197,134). Sum of RGB (Red+Green+Blue) = 34+197+134=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #22C586 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C586 is #DD3A79. Grayscale: #8D8D8D. Windows color (decimal): -14498426 or 8832290. OLE color: 8832290.
HSL color Cylindrical-coordinate representation of color #22C586: hue angle of 156.81º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C586 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 197 | 134 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.23 |
| HSL | 156.81º | 0.71% | 0.45% | - |
| HSV(B) | 156.81º | 0.83% | 0.77% | - |
| XYZ | 24.93 | 41.99 | 29.35 | - |
| YUV | 141.08 | 124 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 134 | 0.83 | 0 | 0.32 | 0.23 | 156.81 | 0.71 | 0.45 |
| Hex | 22 | C5 | 86 | 53 | 0 | 20 | 17 | 9D | 47 | 2D |
| Octal | 42 | 305 | 206 | 123 | 0 | 40 | 27 | 235 | 107 | 55 |
| Binary | 100010 | 11000101 | 10000110 | 1010011 | 0 | 100000 | 10111 | 10011101 | 1000111 | 101101 |
Color Harmonies of #22C586
Complementary color
Monochromatic Colors of #22C586
Black with #22C586
Text Example
Text Example
White with #22C586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C586; }
p { color: rgb(34,197,134); }
H1.HeaderClassName
{
color: #22C586;
}
.AnyTagClassName
{
color: #22C586;
}
</style>
background-color css
<style>
a { background-color: #22C586; }
a { background-color: rgb(34,197,134); }
div.DivClassName
{
background-color: #22C586;
}
.BgClassName
{
background-color: #22C586;
}
</style>
border-color css
<style>
span { border-color: #22C586; }
span { border-color: rgb(34,197,134); }
td.TdClassName
{
border-color: #22C586;
}
.TagClassName
{
border-color: #22C586;
}
</style>