Can I round the converted value immediately?
It preserves lineage, simplifies audits, and speeds up reconciliation across systems.
Fuel Economy
Convert Miles per gallon (UK) (mpg (UK)) to Liters per 100 kilometers (L/100 km) instantly.
Formula
100 / value (via km/L)
| Sample | Converted |
|---|---|
| 5 mpg (UK) | 56.4961872719 L/100 km |
| 10 mpg (UK) | 28.2480936359 L/100 km |
| 20 mpg (UK) | 14.124046818 L/100 km |
| 35 mpg (UK) | 8.070883896 L/100 km |
| 50 mpg (UK) | 5.6496187272 L/100 km |
Choose this route when your pipeline captures mpg (UK) but reports in L/100 km. 1 mpg (UK) = 282.4809363595 L/100 km
If this value feeds other formulas, convert first and aggregate second. Formula: 100 / value (via km/L).
This route keeps fuel efficiency calculations coherent when data arrives in mixed unit standards.
Explicit source-target naming (mpg_uk-to-l_per_100km) lowers onboarding mistakes for new contributors.
Direction mistakes can look plausible numerically, so tests should assert source and destination order.
Use benchmark checkpoints to confirm transformed outputs after each release.
The direct relationship is 1 mpg (UK) = 282.4809363595 L/100 km, while the reverse is 1 L/100 km = 282.4809364 mpg (UK).
Avoid using rounded display values as inputs to downstream calculations.
Direction-specific conversion pages reduce common reciprocal errors in fast workflows.
Unit labels should be explicit in every schema and report to prevent silent misinterpretation.
Retaining both source and transformed columns makes audits and incident review easier.
This direction is especially helpful when source systems cannot be changed but reporting standards are fixed.
Consistent conversion ownership prevents drift between API, UI, and spreadsheet outputs.
If this value feeds other formulas, convert first and aggregate second.
This route keeps fuel efficiency calculations coherent when data arrives in mixed unit standards.
Explicit source-target naming (mpg_uk-to-l_per_100km) lowers onboarding mistakes for new contributors.
Definition: Miles per gallon (UK) (mpg (UK)) is the source unit in this conversion direction.
History/Origin: Miles per gallon (UK) has established usage in fuel efficiency workflows and appears in many source datasets.
Current use: Source mpg (UK) values are converted to L/100 km when downstream systems require one standardized unit.
Definition: Liters per 100 kilometers (L/100 km) is the destination unit for this page.
History/Origin: Liters per 100 kilometers is commonly used as an output standard in modern fuel efficiency reporting workflows.
Current use: Converted L/100 km values are consumed in dashboards, documents, and integration payloads.
| Miles per gallon (UK) [mpg (UK)] | Liters per 100 kilometers [L/100 km] |
|---|---|
| 0.01 mpg (UK) | 28,248.0936359469 L/100 km |
| 0.1 mpg (UK) | 2,824.8093635947 L/100 km |
| 1 mpg (UK) | 282.4809363595 L/100 km |
| 2 mpg (UK) | 141.2404681797 L/100 km |
| 5 mpg (UK) | 56.4961872719 L/100 km |
| 10 mpg (UK) | 28.2480936359 L/100 km |
| 20 mpg (UK) | 14.124046818 L/100 km |
| 50 mpg (UK) | 5.6496187272 L/100 km |
| 100 mpg (UK) | 2.8248093636 L/100 km |
1 mpg (UK) = 282.4809363595 L/100 km
1 L/100 km = 282.4809364 mpg (UK)
Formula: 100 / value (via km/L)
Example: 15 mpg (UK) = 18.832062424 L/100 km
Precision note: For mpg (UK) to L/100 km, keep internal precision high and round only for display outputs.
It preserves lineage, simplifies audits, and speeds up reconciliation across systems.
Centralize constants, enforce unit labels, and test direction with known checkpoints.
It preserves lineage, simplifies audits, and speeds up reconciliation across systems.