Html Css Color HEX #20A780 Jungle Green

📋 copy color: '#20A780'

red 32 ◦ green 167 ◦ blue 128

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

Shades of Jungle Green #20A780

Tints of Jungle Green #20A780

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.07%

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

R = 9.79%
G = 51.07%
B = 39.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#20A780 (or 0x20A780) is known color: Jungle Green. HEX triplet: 20, A7 and 80. RGB value is (32,167,128). Sum of RGB (Red+Green+Blue) = 32+167+128=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 167 (65.62% from 255 or 51.07% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 167 - color contains mainly: green. Hex color #20A780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A780 is #DF587F. Grayscale: #7A7A7A. Windows color (decimal): -14637184 or 8431392. OLE color: 8431392.

HSL color Cylindrical-coordinate representation of color #20A780: hue angle of 162.67º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A780 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 167 128 -
CMYK 0.81 0 0.23 0.35
HSL 162.67º 0.68% 0.39% -
HSV(B) 162.67º 0.81% 0.65% -
XYZ 18.31 29.5 25.15 -
YUV 122.19 131.27 63.67 -
System Red Green Blue C M Y K H S L
Decimal 32 167 128 0.81 0 0.23 0.35 162.67 0.68 0.39
Hex 20 A7 80 51 0 17 23 A3 44 27
Octal 40 247 200 121 0 27 43 243 104 47
Binary 100000 10100111 10000000 1010001 0 10111 100011 10100011 1000100 100111

Color Harmonies of #20A780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A780

Black with #20A780

Text Example


Text Example

White with #20A780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,167,128); }

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

background-color css

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

 a { background-color: rgb(32,167,128); }

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

border-color css

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

 span { border-color: rgb(32,167,128); }

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