Shades of Mountain Meadow #22AD7B
Tints of Mountain Meadow #22AD7B
RGB
CMYK
RGB Variations
Color information
#22AD7B (or 0x22AD7B) is known color: Mountain Meadow. HEX triplet: 22, AD and 7B. RGB value is (34,173,123). Sum of RGB (Red+Green+Blue) = 34+173+123=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #22AD7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AD7B is #DD5284. Grayscale: #7D7D7D. Windows color (decimal): -14504581 or 8105250. OLE color: 8105250.
HSL color Cylindrical-coordinate representation of color #22AD7B: hue angle of 158.42º 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 #22AD7B is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 173 | 123 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.32 |
| HSL | 158.42º | 0.67% | 0.41% | - |
| HSV(B) | 158.42º | 0.8% | 0.68% | - |
| XYZ | 19.18 | 31.66 | 23.84 | - |
| YUV | 125.74 | 126.45 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 173 | 123 | 0.80 | 0 | 0.29 | 0.32 | 158.42 | 0.67 | 0.41 |
| Hex | 22 | AD | 7B | 50 | 0 | 1D | 20 | 9E | 43 | 29 |
| Octal | 42 | 255 | 173 | 120 | 0 | 35 | 40 | 236 | 103 | 51 |
| Binary | 100010 | 10101101 | 1111011 | 1010000 | 0 | 11101 | 100000 | 10011110 | 1000011 | 101001 |
Color Harmonies of #22AD7B
Complementary color
Monochromatic Colors of #22AD7B
Black with #22AD7B
Text Example
Text Example
White with #22AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AD7B; }
p { color: rgb(34,173,123); }
H1.HeaderClassName
{
color: #22AD7B;
}
.AnyTagClassName
{
color: #22AD7B;
}
</style>
background-color css
<style>
a { background-color: #22AD7B; }
a { background-color: rgb(34,173,123); }
div.DivClassName
{
background-color: #22AD7B;
}
.BgClassName
{
background-color: #22AD7B;
}
</style>
border-color css
<style>
span { border-color: #22AD7B; }
span { border-color: rgb(34,173,123); }
td.TdClassName
{
border-color: #22AD7B;
}
.TagClassName
{
border-color: #22AD7B;
}
</style>