Html Css Color HEX #20AA82 Jungle Green

📋 copy color: '#20AA82'

red 32 ◦ green 170 ◦ blue 130

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

Shades of Jungle Green #20AA82

Tints of Jungle Green #20AA82

RGB

 RED value IS 32 (12.89% from 255) = 9.64%

 GREEN value IS 170 (66.8% from 255) = 51.2%

 BLUE value IS 130 (51.17% from 255) = 39.16%

R = 9.64%
G = 51.2%
B = 39.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#20AA82 (or 0x20AA82) is known color: Jungle Green. HEX triplet: 20, AA and 82. RGB value is (32,170,130). Sum of RGB (Red+Green+Blue) = 32+170+130=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AA82 is #DF557D. Grayscale: #7C7C7C. Windows color (decimal): -14636414 or 8563232. OLE color: 8563232.

HSL color Cylindrical-coordinate representation of color #20AA82: hue angle of 162.61º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AA82 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 170 130 -
CMYK 0.81 0 0.24 0.33
HSL 162.61º 0.68% 0.4% -
HSV(B) 162.61º 0.81% 0.67% -
XYZ 19 30.67 26.04 -
YUV 124.18 131.28 62.25 -
System Red Green Blue C M Y K H S L
Decimal 32 170 130 0.81 0 0.24 0.33 162.61 0.68 0.4
Hex 20 AA 82 51 0 18 21 A3 44 28
Octal 40 252 202 121 0 30 41 243 104 50
Binary 100000 10101010 10000010 1010001 0 11000 100001 10100011 1000100 101000

Color Harmonies of #20AA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AA82

Black with #20AA82

Text Example


Text Example

White with #20AA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20AA82; }

 p { color: rgb(32,170,130); }

 H1.HeaderClassName
 {
   color: #20AA82;
 }
 .AnyTagClassName
 {
   color: #20AA82;
 }
</style>

background-color css

<style>
 a { background-color: #20AA82; }

 a { background-color: rgb(32,170,130); }

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

border-color css

<style>
 span { border-color: #20AA82; }

 span { border-color: rgb(32,170,130); }

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