Shades of Mountain Meadow #22AD7C
Tints of Mountain Meadow #22AD7C
RGB
CMYK
RGB Variations
Color information
#22AD7C (or 0x22AD7C) is known color: Mountain Meadow. HEX triplet: 22, AD and 7C. RGB value is (34,173,124). Sum of RGB (Red+Green+Blue) = 34+173+124=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #22AD7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AD7C is #DD5283. Grayscale: #7D7D7D. Windows color (decimal): -14504580 or 8170786. OLE color: 8170786.
HSL color Cylindrical-coordinate representation of color #22AD7C: hue angle of 158.85º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AD7C is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 173 | 124 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.32 |
| HSL | 158.85º | 0.67% | 0.41% | - |
| HSV(B) | 158.85º | 0.8% | 0.68% | - |
| XYZ | 19.24 | 31.68 | 24.17 | - |
| YUV | 125.85 | 126.95 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 173 | 124 | 0.80 | 0 | 0.28 | 0.32 | 158.85 | 0.67 | 0.41 |
| Hex | 22 | AD | 7C | 50 | 0 | 1C | 20 | 9F | 43 | 29 |
| Octal | 42 | 255 | 174 | 120 | 0 | 34 | 40 | 237 | 103 | 51 |
| Binary | 100010 | 10101101 | 1111100 | 1010000 | 0 | 11100 | 100000 | 10011111 | 1000011 | 101001 |
Color Harmonies of #22AD7C
Complementary color
Monochromatic Colors of #22AD7C
Black with #22AD7C
Text Example
Text Example
White with #22AD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AD7C; }
p { color: rgb(34,173,124); }
H1.HeaderClassName
{
color: #22AD7C;
}
.AnyTagClassName
{
color: #22AD7C;
}
</style>
background-color css
<style>
a { background-color: #22AD7C; }
a { background-color: rgb(34,173,124); }
div.DivClassName
{
background-color: #22AD7C;
}
.BgClassName
{
background-color: #22AD7C;
}
</style>
border-color css
<style>
span { border-color: #22AD7C; }
span { border-color: rgb(34,173,124); }
td.TdClassName
{
border-color: #22AD7C;
}
.TagClassName
{
border-color: #22AD7C;
}
</style>