Html Css Color HEX #22AD7D Mountain Meadow

📋 copy color: '#22AD7D'

red 34 ◦ green 173 ◦ blue 125

#22AD7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #22AD7D

Tints of Mountain Meadow #22AD7D

RGB

 RED value IS 34 (13.67% from 255) = 10.24%

 GREEN value IS 173 (67.97% from 255) = 52.11%

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 10.24%
G = 52.11%
B = 37.65%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#22AD7D (or 0x22AD7D) is known color: Mountain Meadow. HEX triplet: 22, AD and 7D. RGB value is (34,173,125). Sum of RGB (Red+Green+Blue) = 34+173+125=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #22AD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AD7D is #DD5282. Grayscale: #7E7E7E. Windows color (decimal): -14504579 or 8236322. OLE color: 8236322.

HSL color Cylindrical-coordinate representation of color #22AD7D: hue angle of 159.28º 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 #22AD7D is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 173 125 -
CMYK 0.80 0 0.28 0.32
HSL 159.28º 0.67% 0.41% -
HSV(B) 159.28º 0.8% 0.68% -
XYZ 19.3 31.71 24.5 -
YUV 125.97 127.45 62.4 -
System Red Green Blue C M Y K H S L
Decimal 34 173 125 0.80 0 0.28 0.32 159.28 0.67 0.41
Hex 22 AD 7D 50 0 1C 20 9F 43 29
Octal 42 255 175 120 0 34 40 237 103 51
Binary 100010 10101101 1111101 1010000 0 11100 100000 10011111 1000011 101001

Color Harmonies of #22AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22AD7D

Black with #22AD7D

Text Example


Text Example

White with #22AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,173,125); }

 H1.HeaderClassName
 {
   color: #22AD7D;
 }
 .AnyTagClassName
 {
   color: #22AD7D;
 }
</style>

background-color css

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

 a { background-color: rgb(34,173,125); }

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

border-color css

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

 span { border-color: rgb(34,173,125); }

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