Shades of Mountain Meadow #22A970
Tints of Mountain Meadow #22A970
RGB
CMYK
RGB Variations
Color information
#22A970 (or 0x22A970) is known color: Mountain Meadow. HEX triplet: 22, A9 and 70. RGB value is (34,169,112). Sum of RGB (Red+Green+Blue) = 34+169+112=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #22A970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22A970 is #DD568F. Grayscale: #7A7A7A. Windows color (decimal): -14505616 or 7383330. OLE color: 7383330.
HSL color Cylindrical-coordinate representation of color #22A970: hue angle of 154.67º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22A970 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 34 | 169 | 112 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.34 |
| HSL | 154.67º | 0.67% | 0.4% | - |
| HSV(B) | 154.67º | 0.8% | 0.66% | - |
| XYZ | 17.77 | 29.89 | 20.16 | - |
| YUV | 122.14 | 122.27 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 169 | 112 | 0.80 | 0 | 0.34 | 0.34 | 154.67 | 0.67 | 0.4 |
| Hex | 22 | A9 | 70 | 50 | 0 | 22 | 22 | 9B | 43 | 28 |
| Octal | 42 | 251 | 160 | 120 | 0 | 42 | 42 | 233 | 103 | 50 |
| Binary | 100010 | 10101001 | 1110000 | 1010000 | 0 | 100010 | 100010 | 10011011 | 1000011 | 101000 |
Color Harmonies of #22A970
Complementary color
Monochromatic Colors of #22A970
Black with #22A970
Text Example
Text Example
White with #22A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A970; }
p { color: rgb(34,169,112); }
H1.HeaderClassName
{
color: #22A970;
}
.AnyTagClassName
{
color: #22A970;
}
</style>
background-color css
<style>
a { background-color: #22A970; }
a { background-color: rgb(34,169,112); }
div.DivClassName
{
background-color: #22A970;
}
.BgClassName
{
background-color: #22A970;
}
</style>
border-color css
<style>
span { border-color: #22A970; }
span { border-color: rgb(34,169,112); }
td.TdClassName
{
border-color: #22A970;
}
.TagClassName
{
border-color: #22A970;
}
</style>