Html Css Color HEX #20AB86 Jungle Green

📋 copy color: '#20AB86'

red 32 ◦ green 171 ◦ blue 134

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

Shades of Jungle Green #20AB86

Tints of Jungle Green #20AB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.76%

R = 9.5%
G = 50.74%
B = 39.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#20AB86 (or 0x20AB86) is known color: Jungle Green. HEX triplet: 20, AB and 86. RGB value is (32,171,134). Sum of RGB (Red+Green+Blue) = 32+171+134=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AB86 is #DF5479. Grayscale: #7D7D7D. Windows color (decimal): -14636154 or 8825632. OLE color: 8825632.

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

Color convert

RGB 32 171 134 -
CMYK 0.81 0 0.22 0.33
HSL 164.03º 0.68% 0.4% -
HSV(B) 164.03º 0.81% 0.67% -
XYZ 19.46 31.15 27.54 -
YUV 125.22 132.95 61.51 -
System Red Green Blue C M Y K H S L
Decimal 32 171 134 0.81 0 0.22 0.33 164.03 0.68 0.4
Hex 20 AB 86 51 0 16 21 A4 44 28
Octal 40 253 206 121 0 26 41 244 104 50
Binary 100000 10101011 10000110 1010001 0 10110 100001 10100100 1000100 101000

Color Harmonies of #20AB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AB86

Black with #20AB86

Text Example


Text Example

White with #20AB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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