JACKET HH UC-ME INSULATOR KL.2 HI-VIS YELLOW /BLACK M

The photographs are for illustrative purposes only.
Get AI analytics on product JACKET
HH UC-ME INSULATOR KL.2 HI-VIS YELLOW /BLACK M:
94.40€/pc.
Ex Tax: 76.13€/pc.
No brand
0 reviews
In stock
Product Code: 000-485583ASP

Specification

  • Size: M
Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order

It will be over soon!
The last item is left. Hurry up to buy first.
Tags:

DESCRIPTION JACKET HH UC-ME INSULATOR KL.2 HI-VIS YELLOW /BLACK M price 135.58€

Package dimensions32,00 x 5,00 x 44,00 cm
Net weight0,800 kg

Uus Helly Hansen UC-ME sarja kõrgnähtav INSULATOR jope on topelthelkuritega, eemaldatavate varrukatega ning sobib ideaalselt Helly Hansen UC-ME Shell jope (71185) voodriks.

Värvused: 369 BLACK /must, 169 punane/must; 269 oranž/must
Suurused: XS - 5XL

ÖKO-TEX/BLUESIGN
Öko-Tex & Bluesign tunnustatud peamine materjal
Materjal:

Peamine: 100% polüester - 210 g/m²
Vooder: 100% polüamiid
Soojustus: Primaloft®

ÖKO-TEX/BLUESIGN
Öko-Tex & Bluesign tunnustatud peamine materjal

EN ISO 20471:2013 Class 2
EN 342:2017 Icler 0,304 m²K/W(B)(1,96 clo)
EN 342:2017 Icler 0,326 m²K/W(B)(2,10 clo)
Õhu läbilaskvus Class 3
Pehme polüester vooderdusega krae
YKK® lukk tormiklapi ja lõuakaitsmega
YKK® lukuga küljetaskud
Eemaldatavad varrukad
Elastsed varrukaotsad
Alumine äär elastse nöörkinnisega reguleeritav (taskust)
ID-kaardi aas
Pikendatud tagaosa
Lukuga kinnitatav 71185 UC-ME Shell jope voodriks

Description provided by sitypro.com

Workwear
Size
M
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
JACKET HH UC-ME INSULATOR KL.2 HI-VIS YELLOW /BLACK M
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the JACKET HH UC-ME INSULATOR KL.2 HI-VIS YELLOW /BLACK M

What is JACKET HH UC-ME INSULATOR KL.2 HI-VIS YELLOW /BLACK M?

JACKET HH UC-ME INSULATOR KL.2 HI-VIS YELLOW /BLACK M is a high-visibility Helly Hansen UC‑ME insulated jacket with dual reflectors, removable sleeves and PrimaLoft® insulation, designed to be used as a lining for the UC‑ME Shell jacket (model 71185). Main fabric: 100% polyester 210 g/m²; lining 100% polyamide; EN ISO 20471 Class 2.

Is this jacket compatible as a lining for Helly Hansen UC‑ME Shell 71185?

Yes, the JACKET UC‑ME INSULATOR is specifically designed to act as an insulated lining for the Helly Hansen UC‑ME Shell jacket (model 71185) and includes features for combined use.

What sizes does the jacket come in and how to pick the right size?

The jacket is available in sizes XS–5XL. Choose your usual workwear size; if you plan to wear thick mid-layers underneath, opt for one size up and consult Helly Hansen’s size chart for exact measurements.

What protection and visibility standards does the jacket meet?

The jacket meets EN ISO 20471:2013 Class 2 for high visibility and includes EN 342 thermal insulation ratings (Icler 0.304 and 0.326 m²K/W). Air permeability is Class 3.

What materials is the jacket made from and what insulation does it use?

Main fabric is 100% polyester 210 g/m² with a 100% polyamide lining. Insulation is PrimaLoft®, and the main material is ÖKO‑TEX and Bluesign approved.

Does the jacket have removable sleeves and how are they attached?

Yes, the jacket features removable sleeves that allow conversion into a vest. The sleeves attach via internal fastenings designed to be compatible with the UC‑ME system.

What pockets and fastenings does the jacket have?

The jacket uses YKK® zips: a front zip with storm flap and chin guard, and YKK® zippered side pockets. It also features internal and external pockets and an ID‑card loop.

How warm is the jacket and what climate is it suitable for?

With PrimaLoft® insulation and EN 342 ratings (Icler 0.304–0.326 m²K/W), the jacket provides solid thermal insulation suitable for cool to cold conditions, typically used as a lining beneath a Shell jacket.

What colours is this model available in?

The model is available in 369 yellow/black, 169 red/black and 269 orange/black; the product name refers to the yellow/black variant.

Is the jacket suitable for outdoor and road work?

Yes — with EN ISO 20471 Class 2 high-visibility certification and durable polyester fabric, the jacket is suitable for outdoor work and road-site duties requiring enhanced visibility.

Google reviews

See all reviews

Model

//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');