#22AF72

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

Shades of Mountain Meadow #22AF72

Tints of Mountain Meadow #22AF72

Color information

#22AF72 (or 0x22AF72) is unknown color: approx Mountain Meadow. HEX triplet: 22, AF and 72. RGB value is (34,175,114). Sum of RGB (Red+Green+Blue) = 34+175+114=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #22AF72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AF72 is #DD508D. Grayscale: #7D7D7D. Windows color (decimal): -14504078 or 7515938. OLE color: 7515938.

HSL color Cylindrical-coordinate representation of color #22AF72: hue angle of 154.04º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22AF72 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB34175114-
CMYK0.8100.350.31
HSL154.04º67.46%40.98%-
HSV(B)154.04º80.57%68.63%-
XYZ19.0332.2121.13-
YUV125.89121.2962.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.53%
GREEN value IS 175 (68.75% from 255) = 54.18%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=10.53%
G=54.18%
B=35.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal341751140.8100.350.31154.0467.4640.98
Hex22AF72510231F9a4329
Octal422571621210433723210351
Binary1000101010111111100101010001010001111111100110101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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