(function (d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = '//tracker.eliteprospects.com/track/hit?id=player_208266'; s.parentNode.insertBefore(g, s); }(document, 'script'));

© Photo: Dan Hickling

USA Gordie Green

a.k.a. "Gordon Green"

#9 HC Innsbruck / ICEHL - 23/24

Premium Features
Pronunciation Bookmark Add to Roster Compare Player Submit Photo Submit Transfer
Discover premium
GAMES
GP
G
A
TP
+/-
5
4
3
7
+1
10
6
6
12
+3
freestar.config.enabled_slots.push({ placementName: "eliteprospects_leaderboard_atf", slotId: "eliteprospects_leaderboard_atf" });
freestar.config.enabled_slots.push({ placementName: "eliteprospects_right_rail", slotId: "eliteprospects_right_rail" });
Database: 1 060 870 players
Last added: Austin Lucht
Scoring Leaders
# Player GP G A TP
1. Graham Knott 23 16 16 32
2. Steven Owre 23 18 11 29
3. Peter Schneider 23 14 15 29
4. Jan Mursak 24 11 17 28
5. János Hári 22 10 16 26
Show More

Gordie Green Facts

Date of Birth
Position
RW
Age
26
Height
5'8" / 173 cm
Place of Birth
Weight
172 lbs / 78 kg
Nation
Shoots
R
Youth Team
-
Contract
23/24

Brother: Charlie Green

Gordie Green Statistics

S Team League GP G A TP PIM +/-   POST GP G A TP PIM +/-
2010-11 Compuware 13U AAA T1EHL 13U 30* 25* 22* 47* 52* -* |
2011-12 Compuware 14U AAA HPHL 14U 24* 21* 14* 35* 16* -* |
2012-13 Compuware 16U AAA HPHL 16U 26* 15* 21* 36* 14* -* |
2013-14 Victory Honda 18U AAA T1EHL 18U 36* 16* 18* 34* 28* -* |
U.S. National U17 Team NTDP 1* 0* 0* 0* 0* -* |
USNTDP Juniors USHL 1* 0* 0* 0* 0* 0* |
Dubuque Fighting Saints USHL 4* 0* 0* 0* 0* -2* |
2014-15 Dubuque Fighting Saints USHL 56* 9* 12* 21* 29* 7* | Playoffs 8 1 1 2 0 2
2015-16 Dubuque Fighting Saints USHL 60* 12* 27* 39* 37* 15* | Playoffs 12 0 8 8 2 2
2016-17 Miami Univ. (Ohio) NCAA 36* 8* 13* 21* 8* -7* |
2017-18 Miami Univ. (Ohio) NCAA 37* 15* 18* 33* 18* 8* |
2018-19 Miami Univ. (Ohio) NCAA 38* 11* 14* 25* 12* -8* |
2019-20 Miami Univ. (Ohio) “C” NCAA 34* 14* 22* 36* 26* 0* |
2020-21 Toronto Marlies AHL 14* 1* 1* 2* 0* -7* |
Wichita Thunder ECHL 19* 8* 10* 18* 10* 0* | Playoffs 5 1 1 2 2 -1
2021-22 Toronto Marlies AHL 1* 0* 0* 0* 0* 0* |
Newfoundland Growlers ECHL 57* 15* 32* 47* 20* 15* | Playoffs 19 7 7 14 8 -5
2022-23 Toledo Walleye ECHL 62* 27* 44* 71* 37* 12* | Playoffs 13 9 9 18 6 2
Grand Rapids Griffins AHL 5* 0* 0* 0* 0* -2* |
Milwaukee Admirals AHL 1* 0* 0* 0* 0* -1* |
2023-24 HC Innsbruck ICEHL 22* 9* 8* 17* 8* 1* |
Projected ICEHL 48* 20* 17* 37* 17* 2* |

Gordie Green Tournament Statistics

S Team League GP G A TP PIM +/-   POST GP G A TP PIM +/-
2009-10 Detroit Compuware QC Int PW 8* 3* 4* 7* 2* -* |
2013-14 Dubuque Fighting Saints JCWC 3* 0* 0* 0* 2* -1* |
2014-15 Team Orange USA-S17 5* 2* 4* 6* -* -* |
2023-24 HC Innsbruck Champions HL 8* 2* 7* 9* 0* 5* |
freestar.config.enabled_slots.push({ placementName: "eliteprospects_incontent_1", slotId: "eliteprospects_incontent_1" });

Gordie Green Game Log

Date Team Opp Score G A TP PIM +/- SOG PPG SHG TOI
ICEHL
2023-11-28T18:15:00+0000 HC Innsbruck @ EC-KAC
2023-11-26T16:30:00+0000 HC Innsbruck vs Villacher SV
2023-11-24T18:45:00+0000 HC Innsbruck @ HC Bolzano
Champions HL
2023-11-22T15:30:00-0100 HC Innsbruck @ Lukko
ICEHL
2023-11-18T16:30:00+0000 HC Innsbruck vs Graz99ers
2023-11-17T18:15:00+0000 HC Innsbruck vs HK Olimpija Ljubljana
Champions HL
2023-11-14T18:20:00-0100 HC Innsbruck vs Lukko
ICEHL
2023-11-05T16:30:00+0000 HC Innsbruck vs Asiago
2023-11-03T18:45:00+0000 HC Innsbruck @ Pustertal/Val Pusteria
2023-11-01T15:30:00+0000 HC Innsbruck @ EC Salzburg
$(function() { $('.daterange').daterangepicker({ 'linkedCalendars': false, 'showCustomRangeLabel': false, 'opens': 'center', 'drops': 'auto', 'locale': { 'cancelLabel': 'Clear' }, }, function (start, end, label) { let container = $('#game-logs'); $('input[name="from"]', container).val(start.format('YYYY-MM-DD')); $('input[name="to"]', container).val(end.format('YYYY-MM-DD')); changeGameLogsFilter(); }).on('cancel.daterangepicker', function(ev, picker) { let container = $('#game-logs'); $('input[name="from"]', container).val(''); $('input[name="to"]', container).val(''); changeGameLogsFilter(); }); $('.daterange-opener').click(function() { $('.daterange').click(); }); });
freestar.config.enabled_slots.push({ placementName: "eliteprospects_incontent_2", slotId: "eliteprospects_incontent_2" });

Gordie Green Career Totals

League Years GP G A TP PPG PIM +/- | Years GP G A TP PPG PIM +/-
AHL 3 21* 1* 1* 2* 0.10* 0* -10* | 0 * * * * * *
Champions HL 1 8* 2* 7* 9* 1.13* 0* 5* | 0 * * * * * *
ECHL 3 138* 50* 86* 136* 0.99* 67* 27* | 3 37 17 * 17 * 34 * 0.92 * 16 * -4 *
HPHL 14U 1 24* 21* 14* 35* 1.46* 16* -* | 0 * * * * * *
HPHL 16U 1 26* 15* 21* 36* 1.38* 14* -* | 0 * * * * * *
ICEHL 1 22* 9* 8* 17* 0.77* 8* 1* | 0 * * * * * *
JCWC 1 3* 0* 0* 0* 0.00* 2* -1* | 0 * * * * * *
NCAA 4 145* 48* 67* 115* 0.79* 64* -7* | 0 * * * * * *
NTDP 1 1* 0* 0* 0* 0.00* 0* -* | 0 * * * * * *
QC Int PW 1 8* 3* 4* 7* 0.88* 2* -* | 0 * * * * * *
T1EHL 13U 1 30* 25* 22* 47* 1.57* 52* -* | 0 * * * * * *
T1EHL 18U 1 36* 16* 18* 34* 0.94* 28* -* | 0 * * * * * *
USA-S17 1 5* 2* 4* 6* 1.20* -* -* | 0 * * * * * *
USHL 3 121* 21* 39* 60* 0.50* 66* 20* | 2 20 1 * 9 * 10 * 0.50 * 2 * 4 *

Gordie Green Skill Rating

Powered by Franchise Hockey Manager

Puckhandling
14
Strength
13
Speed
13
Shooting Accuracy
13

Gordie Green Career Highlights

Season
Awards by season
freestar.config.enabled_slots.push({ placementName: "eliteprospects_incontent_2", slotId: "eliteprospects_incontent_2" });

Gordie Green Connections

Transactions
DATE STATUS FROM TO SOURCE
06/02/2023
06/02/2023 Confirmed Toledo Walleye HC Innsbruck
03/09/2023
03/09/2023 Loan Toledo Walleye Milwaukee Admirals
12/06/2022
12/06/2022 Loan Toledo Walleye Grand Rapids Griffins
09/01/2022
09/01/2022 Confirmed Toronto Marlies Toledo Walleye
04/02/2020
04/02/2020 Confirmed Miami Univ. (Ohio) Toronto Marlies

Not Activated Sections

Endorsements
Videos
Referrals
Education
Attachments
Contract & Eligibility
Preferred Equipment
Housing & Billeting
Expected Compensation & Benefits
Injury Records
Player Description
Fitness Results
Are you Gordie Green?
Upgrade to EP Premium and verify your profile to customize the page further. See example here.

Gordie Green Biography and Trivia

Drafted 2013, 1 #15 overall by Dubuque Fighting Saints in the USHL Futures Draft

Post a scouting report/trivia/player comment in English (visible here)

var playerCommentEndpoint = " https://www.eliteprospects.com/premiumApi/getPlayerCommentsAnon/208266/player "; var deletePlayerCommentEndpoint = " '' ";