Html Css Color HEX #20AC89 Jungle Green

📋 copy color: '#20AC89'

red 32 ◦ green 172 ◦ blue 137

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

Shades of Jungle Green #20AC89

Tints of Jungle Green #20AC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.44%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 9.38%
G = 50.44%
B = 40.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#20AC89 (or 0x20AC89) is known color: Jungle Green. HEX triplet: 20, AC and 89. RGB value is (32,172,137). Sum of RGB (Red+Green+Blue) = 32+172+137=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AC89 is #DF5376. Grayscale: #7E7E7E. Windows color (decimal): -14635895 or 9022496. OLE color: 9022496.

HSL color Cylindrical-coordinate representation of color #20AC89: hue angle of 165º degrees, saturation: 0.69, 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 #20AC89 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 172 137 -
CMYK 0.81 0 0.20 0.33
HSL 165º 0.69% 0.4% -
HSV(B) 165º 0.81% 0.67% -
XYZ 19.86 31.62 28.72 -
YUV 126.15 134.12 60.85 -
System Red Green Blue C M Y K H S L
Decimal 32 172 137 0.81 0 0.20 0.33 165 0.69 0.4
Hex 20 AC 89 51 0 14 21 A5 45 28
Octal 40 254 211 121 0 24 41 245 105 50
Binary 100000 10101100 10001001 1010001 0 10100 100001 10100101 1000101 101000

Color Harmonies of #20AC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AC89

Black with #20AC89

Text Example


Text Example

White with #20AC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,172,137); }

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

background-color css

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

 a { background-color: rgb(32,172,137); }

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

border-color css

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

 span { border-color: rgb(32,172,137); }

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