Html Css Color HEX #20AB82 Jungle Green

📋 copy color: '#20AB82'

red 32 ◦ green 171 ◦ blue 130

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

Shades of Jungle Green #20AB82

Tints of Jungle Green #20AB82

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.35%

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

R = 9.61%
G = 51.35%
B = 39.04%

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

#20AB82 (or 0x20AB82) is known color: Jungle Green. HEX triplet: 20, AB and 82. RGB value is (32,171,130). Sum of RGB (Red+Green+Blue) = 32+171+130=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AB82 is #DF547D. Grayscale: #7C7C7C. Windows color (decimal): -14636158 or 8563488. OLE color: 8563488.

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

Color convert

RGB 32 171 130 -
CMYK 0.81 0 0.24 0.33
HSL 162.3º 0.68% 0.4% -
HSV(B) 162.3º 0.81% 0.67% -
XYZ 19.19 31.04 26.1 -
YUV 124.77 130.95 61.83 -
System Red Green Blue C M Y K H S L
Decimal 32 171 130 0.81 0 0.24 0.33 162.3 0.68 0.4
Hex 20 AB 82 51 0 18 21 A2 44 28
Octal 40 253 202 121 0 30 41 242 104 50
Binary 100000 10101011 10000010 1010001 0 11000 100001 10100010 1000100 101000

Color Harmonies of #20AB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AB82

Black with #20AB82

Text Example


Text Example

White with #20AB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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