Convert between slope percentage, angle, and ratio for ramps and drainage.
Results
slope% = (rise / run) × 100angle = atan(rise / run) × 180/πratio = run / rise (as X:1)slopeDistance = √(rise² + run²)ADA Ramp Check
1 ft rise, 12 ft run
slope = (1/12) × 100 = 8.3%angle = 4.8°ratio = 12:1 (ADA compliant)slopeDistance = √(1 + 144) = 12.0 ft