Kilometers per Liter to Liters per 100 Kilometers
Snapshot
1 Kilometers per Liter equals 100 Liters per 100 Kilometers. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses a fixed factor based on reference unit definitions.
- Example: For 5 Kilometers per Liter, the result equals 20 Liters per 100 Kilometers.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
100 Liters per 100 Kilometers (L/100km)
SwitchMachine access
Available to apps and AI agents
Kilometers per Liter to Liters per 100 Kilometers can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
fuel-economy- Source unit
kilometers_per_liter- Target unit
liters_per_100_km
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "fuel-economy",
"value": 1,
"from": "kilometers_per_liter",
"to": "liters_per_100_km"
}Essential response
{
"ok": true,
"conversion": {
"family": "fuel-economy",
"value": 1,
"from": "kilometers_per_liter",
"to": "liters_per_100_km",
"result": {
"raw": 100,
"display": "100"
},
"canonicalPath": "/fuel-economy/kilometers-per-liter-to-liters-per-100-km/"
}
}Explanation
The converter converts kilometers per liter into liters per 100 kilometers by normalizing the input through liters per 100 kilometers, then restating the result in the target fuel-economy format. Because one side measures consumption and the other measures efficiency, the numeric behavior is inverse even though the route stays on one fixed shared basis. The calculator, common values, and mirror Liters per 100 Kilometers to Kilometers per Liter page all use that same model.
This Kilometers per Liter-to-Liters per 100 Kilometers route stays on one fixed fuel-economy basis, so the calculator, common values, and mirror page remain aligned.
Calculator output and table rows stay aligned because they use the same fixed fuel-economy definitions.
Common Conversion Values
| Kilometers per Liter (km/L) | Liters per 100 Kilometers (L/100km) |
|---|---|
| 5 | 20 |
| 10 | 10 |
| 15 | 6.666667 |
| 20 | 5 |
| 25 | 4 |
| 30 | 3.333333 |
| 40 | 2.5 |
| 50 | 2 |
| 60 | 1.666667 |
| 80 | 1.25 |
Questions & answers
Frequently Asked Questions
How is km/L to L/100km calculated?
This page converts through liters per 100 kilometers, which keeps consumption-format and efficiency-format fuel economy units on one fixed shared basis even though their numeric behavior is inverse.
Is there a reverse page for L/100km to km/L?
Yes. Use the mirror L/100km to km/L page to apply the inverse relationship with the same fixed fuel-economy definitions.
Why do consumption and efficiency values move in opposite directions?
Consumption units measure fuel used per distance, while efficiency units measure distance per fuel amount. That is why improving efficiency lowers one number while raising the other.