#22AA72

Color #22AA72 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #22AA72

Tints of Mountain Meadow #22AA72

Color information

#22AA72 (or 0x22AA72) is unknown color: approx Mountain Meadow. HEX triplet: 22, AA and 72. RGB value is (34,170,114). Sum of RGB (Red+Green+Blue) = 34+170+114=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #22AA72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AA72 is #DD558D. Grayscale: #7B7B7B. Windows color (decimal): -14505358 or 7514658. OLE color: 7514658.

HSL color Cylindrical-coordinate representation of color #22AA72: hue angle of 155.29º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AA72 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB34170114-
CMYK0.8000.330.33
HSL155.29º66.67%40%-
HSV(B)155.29º80%66.67%-
XYZ18.0730.320.82-
YUV122.95122.9464.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 10.69%
GREEN value IS 170 (66.80% from 255) = 53.46%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=10.69%
G=53.46%
B=35.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341701140.8000.330.33155.2966.6740
Hex22AA7250021219b4328
Octal422521621200414123310350
Binary10001010101010111001010100000100001100001100110111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22AA72; }

 p { color: rgb(34,170,114); }

 H1.HeaderClassName
 {
   color: #22AA72;
 }
 .AnyTagClassName
 {
   color: #22AA72;
 }
</style>
background-color css

<style>
 a { background-color: #22AA72; }

 a { background-color: rgb(34,170,114); }

 div.DivClassName
 {
   background-color: #22AA72;
 }
 .BgClassName
 {
   background-color: #22AA72;
 }
</style>
border-color css

<style>
 span { border-color: #22AA72; }

 span { border-color: rgb(34,170,114); }

 td.TdClassName
 {
   border-color: #22AA72;
 }
 .TagClassName
 {
   border-color: #22AA72;
 }
</style>