#20A077

Color #20A077 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #20A077

Tints of Jungle Green #20A077

Color information

#20A077 (or 0x20A077) is unknown color: approx Jungle Green. HEX triplet: 20, A0 and 77. RGB value is (32,160,119). Sum of RGB (Red+Green+Blue) = 32+160+119=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #20A077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A077 is #DF5F88. Grayscale: #757575. Windows color (decimal): -14638985 or 7839776. OLE color: 7839776.

HSL color Cylindrical-coordinate representation of color #20A077: hue angle of 160.78º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A077 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB32160119-
CMYK0.8000.260.37
HSL160.78º66.67%37.65%-
HSV(B)160.78º80%62.75%-
XYZ16.526.7821.75-
YUV117.05129.0967.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.29%
GREEN value IS 160 (62.89% from 255) = 51.45%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=10.29%
G=51.45%
B=38.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal321601190.8000.260.37160.7866.6737.65
Hex20A0775001A25a14326
Octal402401671200324524110346
Binary1000001010000011101111010000011010100101101000011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,160,119); }

 H1.HeaderClassName
 {
   color: #20A077;
 }
 .AnyTagClassName
 {
   color: #20A077;
 }
</style>
background-color css

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

 a { background-color: rgb(32,160,119); }

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

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

 span { border-color: rgb(32,160,119); }

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