#22AD7C

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

Shades of Mountain Meadow #22AD7C

Tints of Mountain Meadow #22AD7C

Color information

#22AD7C (or 0x22AD7C) is unknown color: approx 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

RGB34173124-
CMYK0.8000.280.32
HSL158.85º67.15%40.59%-
HSV(B)158.85º80.35%67.84%-
XYZ19.2431.6824.17-
YUV125.85126.9562.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.27%
GREEN value IS 173 (67.97% from 255) = 52.27%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=10.27%
G=52.27%
B=37.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341731240.8000.280.32158.8567.1540.59
Hex22AD7C5001C209f4329
Octal422551741200344023710351
Binary1000101010110111111001010000011100100000100111111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>