Shades of Mountain Meadow #22C97A
Tints of Mountain Meadow #22C97A
RGB
CMYK
RGB Variations
Color information
#22C97A (or 0x22C97A) is known color: Mountain Meadow. HEX triplet: 22, C9 and 7A. RGB value is (34,201,122). Sum of RGB (Red+Green+Blue) = 34+201+122=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #22C97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22C97A is #DD3685. Grayscale: #8E8E8E. Windows color (decimal): -14497414 or 8046882. OLE color: 8046882.
HSL color Cylindrical-coordinate representation of color #22C97A: hue angle of 151.62º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C97A is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 201 | 122 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.21 |
| HSL | 151.62º | 0.71% | 0.46% | - |
| HSV(B) | 151.62º | 0.83% | 0.79% | - |
| XYZ | 25.06 | 43.52 | 25.49 | - |
| YUV | 142.06 | 116.67 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 201 | 122 | 0.83 | 0 | 0.39 | 0.21 | 151.62 | 0.71 | 0.46 |
| Hex | 22 | C9 | 7A | 53 | 0 | 27 | 15 | 98 | 47 | 2E |
| Octal | 42 | 311 | 172 | 123 | 0 | 47 | 25 | 230 | 107 | 56 |
| Binary | 100010 | 11001001 | 1111010 | 1010011 | 0 | 100111 | 10101 | 10011000 | 1000111 | 101110 |
Color Harmonies of #22C97A
Complementary color
Monochromatic Colors of #22C97A
Black with #22C97A
Text Example
Text Example
White with #22C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C97A; }
p { color: rgb(34,201,122); }
H1.HeaderClassName
{
color: #22C97A;
}
.AnyTagClassName
{
color: #22C97A;
}
</style>
background-color css
<style>
a { background-color: #22C97A; }
a { background-color: rgb(34,201,122); }
div.DivClassName
{
background-color: #22C97A;
}
.BgClassName
{
background-color: #22C97A;
}
</style>
border-color css
<style>
span { border-color: #22C97A; }
span { border-color: rgb(34,201,122); }
td.TdClassName
{
border-color: #22C97A;
}
.TagClassName
{
border-color: #22C97A;
}
</style>