Html Css Color HEX #22AD80 Jungle Green

📋 copy color: '#22AD80'

red 34 ◦ green 173 ◦ blue 128

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

Shades of Jungle Green #22AD80

Tints of Jungle Green #22AD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 10.15%
G = 51.64%
B = 38.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#22AD80 (or 0x22AD80) is known color: Jungle Green. HEX triplet: 22, AD and 80. RGB value is (34,173,128). Sum of RGB (Red+Green+Blue) = 34+173+128=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #22AD80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AD80 is #DD527F. Grayscale: #7E7E7E. Windows color (decimal): -14504576 or 8432930. OLE color: 8432930.

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

Color convert

RGB 34 173 128 -
CMYK 0.80 0 0.26 0.32
HSL 160.58º 0.67% 0.41% -
HSV(B) 160.58º 0.8% 0.68% -
XYZ 19.5 31.79 25.53 -
YUV 126.31 128.95 62.16 -
System Red Green Blue C M Y K H S L
Decimal 34 173 128 0.80 0 0.26 0.32 160.58 0.67 0.41
Hex 22 AD 80 50 0 1A 20 A1 43 29
Octal 42 255 200 120 0 32 40 241 103 51
Binary 100010 10101101 10000000 1010000 0 11010 100000 10100001 1000011 101001

Color Harmonies of #22AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22AD80

Black with #22AD80

Text Example


Text Example

White with #22AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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